utilduck
Home · Developer · Number Base Converter

Number Base Converter

Enter a number and its base to see it converted to all four bases at once.

Results
Binary (Base 2)11111111
Octal (Base 8)377
Decimal (Base 10)255
Hexadecimal (Base 16)FF

About number bases

Computers use binary (0 and 1) at the hardware level. Octal (0–7) and hexadecimal (0–F) are compact shorthand often used in programming and memory addresses. A decimal number is converted to other bases by repeatedly dividing by the target base and reading remainders in reverse.