This tool converts numbers in different bases (eg: decimal, binary, hexa).

How it works

This tool can convert a number between two custom bases (between 2 and 30).

Common bases:

base 2
Binary form
base 8
Octal form
base 10
Decimal form (common used)
base 16
Hexadecimal form (hexa)

Examples

3424 (base 10) = 110101100000 (base 2)

12623 (base 10) = 314f (base 16)

3a4f (base 16) = 11101001001111 (base 2)