Advertisement
Convert 45 (Octal) to Hexadecimal
Number base conversion — exact answer with nearby values
45 in Octal equals
25
in Hexadecimal (base 16)
Advertisement
Nearby Values
| Octal (Base 8) | Hexadecimal (Base 16) |
|---|---|
| 40 | 20 |
| 41 | 21 |
| 42 | 22 |
| 43 | 23 |
| 44 | 24 |
| 45 | 25 |
| 46 | 26 |
| 47 | 27 |
| 50 | 28 |
| 51 | 29 |
| 52 | 2A |
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 37 = 25 in Hexadecimal.
Advertisement