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