Advertisement
Convert 132 (Octal) to Hexadecimal
Number base conversion — exact answer with nearby values
132 in Octal equals
5A
in Hexadecimal (base 16)
Advertisement
Nearby Values
| Octal (Base 8) | Hexadecimal (Base 16) |
|---|---|
| 125 | 55 |
| 126 | 56 |
| 127 | 57 |
| 130 | 58 |
| 131 | 59 |
| 132 | 5A |
| 133 | 5B |
| 134 | 5C |
| 135 | 5D |
| 136 | 5E |
| 137 | 5F |
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 90 = 5A in Hexadecimal.
Advertisement