Advertisement
Convert 364 (Octal) to Hexadecimal
Number base conversion — exact answer with nearby values
364 in Octal equals
F4
in Hexadecimal (base 16)
Advertisement
Nearby Values
| Octal (Base 8) | Hexadecimal (Base 16) |
|---|---|
| 357 | EF |
| 360 | F0 |
| 361 | F1 |
| 362 | F2 |
| 363 | F3 |
| 364 | F4 |
| 365 | F5 |
| 366 | F6 |
| 367 | F7 |
| 370 | F8 |
| 371 | F9 |
How to Convert Octal to Hexadecimal
To convert from Octal (base 8) to Hexadecimal (base 16): express the value in decimal first, then convert to base 16. Decimal 244 = F4 in Hexadecimal.
Advertisement