Binary ↔ Decimal Converter

Convert between binary and decimal numbers with exact precision (=== validation)

Mode: Binary → Decimal | Precision: Exact (===) | Tests: 30+ golden cases

BIN
Binary → Decimal
DEC

Conversion Information

Binary (Base 2): Uses digits 0 and 1

Decimal (Base 10): Uses digits 0-9

Range: 0 to 4,294,967,295 (32-bit)

Validation: Exact equality (===)

Common Conversions

1
11
2
102
8
10008
16
1000016
255 (8-bit max)
11111111255
1024 (2^10)
100000000001024

Powers of 2

1004
2⁵
10000032
2⁶
100000064
2⁷
10000000128
2⁹
1000000000512
2¹¹
1000000000002048