Number Base Converter
Convert between decimal, binary, hexadecimal, octal and other number bases.
255 (Base 10) = FF (Base 16)
How it works
1. Convert Decimal to Decimal (base 10)
2. Convert Decimal to Hexadecimal (base 16)
255 (Base 10) in All Bases
| Base | Value |
|---|---|
| Decimal to Binary | 11111111 |
| Decimal to Octal | 377 |
| Decimal to Hexadecimal | FF |
| Decimal to Base 32 | 7V |
| Decimal to Base 36 | 73 |