Octal to Hexadecimal Converter
Convert Octal (Base 8) to Hexadecimal (Base 16).
255 (Base 8) = AD (Base 16)
Conversion Table (Decimal to Hexadecimal)
| Decimal | Hexadecimal |
|---|---|
| 1 | 1 |
| 10 | A |
| 100 | 64 |
| 255 | FF |
| 1000 | 3E8 |
| 1024 | 400 |
| 65535 | FFFF |
255 (Base 8) in All Bases
| Base | Value |
|---|---|
| Decimal | 173 |
| Binary | 10101101 |
| Hexadecimal | AD |
| Base 32 | 5D |
| Base 36 | 4T |