Advertisement
Convert F (Hexadecimal) to Octal
Number base conversion — exact answer with nearby values
F in Hexadecimal equals
17
in Octal (base 8)
Advertisement
Nearby Values
| Hexadecimal (Base 16) | Octal (Base 8) |
|---|---|
| A | 12 |
| B | 13 |
| C | 14 |
| D | 15 |
| E | 16 |
| F | 17 |
| 10 | 20 |
| 11 | 21 |
| 12 | 22 |
| 13 | 23 |
| 14 | 24 |
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 15 = 17 in Octal.
Advertisement