Advertisement
Convert 220 (Octal) to Hexadecimal
Number base conversion — exact answer with nearby values
220 in Octal equals
90
in Hexadecimal (base 16)
Advertisement
Nearby Values
| Octal (Base 8) | Hexadecimal (Base 16) |
|---|---|
| 213 | 8B |
| 214 | 8C |
| 215 | 8D |
| 216 | 8E |
| 217 | 8F |
| 220 | 90 |
| 221 | 91 |
| 222 | 92 |
| 223 | 93 |
| 224 | 94 |
| 225 | 95 |
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 144 = 90 in Hexadecimal.
Advertisement