Advertisement
Convert 247 (Octal) to Hexadecimal
Number base conversion — exact answer with nearby values
247 in Octal equals
A7
in Hexadecimal (base 16)
Advertisement
Nearby Values
| Octal (Base 8) | Hexadecimal (Base 16) |
|---|---|
| 242 | A2 |
| 243 | A3 |
| 244 | A4 |
| 245 | A5 |
| 246 | A6 |
| 247 | A7 |
| 250 | A8 |
| 251 | A9 |
| 252 | AA |
| 253 | AB |
| 254 | AC |
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 167 = A7 in Hexadecimal.
Advertisement