Skip to content

Number Base Converter

Convert numbers between any base from 2 to 36 with arbitrary precision, fractions, and two's complement analysis.

Updated

What is the Number Base Converter?

How it works

Examples

Decimal to hexadecimal

255 (base 10 → base 16)
0xFF

Binary to decimal

0b1010_1100 (base 2 → base 10)
172

Hex fraction to decimal

0x1.8 (base 16 → base 10)
1.5

Negative decimal to two's complement

-1 (base 10, 8-bit two's complement)
0xFF

Decimal to base 36

1000000 (base 10 → base 36)
LFLS

Frequently asked questions