Binary to Hexadecimal Converter
Convert Binary (Base 2) to Hexadecimal (Base 16).
255 (Base 2) = 0 (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 2) in All Bases
| Base | Value |
|---|---|
| Decimal | 0 |
| Octal | 0 |
| Hexadecimal | 0 |
| Base 32 | 0 |
| Base 36 | 0 |