Binary to Decimal Converter
Convert binary numbers (base-2) to their decimal equivalent (base-10).
Decimal Result
21
0b10101 âž” 21
Binary to Decimal Converter
Convert binary numbers (base-2) to their decimal equivalent (base-10).
Binary numbers use a base-2 system (only 0 and 1), representing off and on states in computing logic. Decimal numbers use a base-10 system, which is our standard way of counting.