Advertisement
Convert 64 (Hexadecimal) to Octal
Number base conversion — exact answer with nearby values
64 in Hexadecimal equals
144
in Octal (base 8)
Advertisement
Nearby Values
| Hexadecimal (Base 16) | Octal (Base 8) |
|---|---|
| 5F | 137 |
| 60 | 140 |
| 61 | 141 |
| 62 | 142 |
| 63 | 143 |
| 64 | 144 |
| 65 | 145 |
| 66 | 146 |
| 67 | 147 |
| 68 | 150 |
| 69 | 151 |
How to Convert Hexadecimal to Octal
To convert from Hexadecimal (base 16) to Octal (base 8): express the value in decimal first, then convert to base 8. Decimal 100 = 144 in Octal.
Advertisement