Advertisement
Convert 162 (Octal) to Hexadecimal
Number base conversion — exact answer with nearby values
162 in Octal equals
72
in Hexadecimal (base 16)
Advertisement
Nearby Values
| Octal (Base 8) | Hexadecimal (Base 16) |
|---|---|
| 155 | 6D |
| 156 | 6E |
| 157 | 6F |
| 160 | 70 |
| 161 | 71 |
| 162 | 72 |
| 163 | 73 |
| 164 | 74 |
| 165 | 75 |
| 166 | 76 |
| 167 | 77 |
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 114 = 72 in Hexadecimal.
Advertisement