Advertisement
Convert D4 (Hexadecimal) to Octal
Number base conversion — exact answer with nearby values
D4 in Hexadecimal equals
324
in Octal (base 8)
Advertisement
Nearby Values
| Hexadecimal (Base 16) | Octal (Base 8) |
|---|---|
| CF | 317 |
| D0 | 320 |
| D1 | 321 |
| D2 | 322 |
| D3 | 323 |
| D4 | 324 |
| D5 | 325 |
| D6 | 326 |
| D7 | 327 |
| D8 | 330 |
| D9 | 331 |
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 212 = 324 in Octal.
Advertisement