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