Binary to Decimal

Convert binary to decimal instantly — multiply each binary digit by its power of two and add the results. Type in either box to convert both ways. It is the core conversion for learning how computers store numbers, reading raw values and working through digital-logic and computer-science homework.

Binary to Decimal conversion table

Binary Decimal
1 1
10 2
100 4
1000 8
1010 10
10000 16
100000 32
1000000 64
1100100 100
10000000 128
11111111 255
100000000 256

How to convert binary to decimal

To convert binary to decimal, multiply each binary digit by its power of two and add the results. For example, 1010 in binary is 10 in decimal. The converter above validates each digit for its base and updates as you type, and the swap button flips the direction so you can go from decimal back to binary just as quickly.

Frequently asked questions

How do you convert binary to decimal?

To convert binary to decimal, multiply each binary digit by its power of two and add the results. For example, 1010 in binary is 10 in decimal. The converter above does it instantly — type a binary value on the left and the decimal result appears on the right, and you can type in either box to convert in the opposite direction. It only accepts valid digits for each base, so a stray character simply clears the result rather than giving a wrong answer.

What is 1010 in decimal?

1010 in binary equals 10 in decimal. The conversion table on this page lists common values — 1 is 1, and it continues up to 100000000 = 256 — so you can read off everyday values at a glance. Any value in between converts exactly too, because the tool carries the full number rather than the rounded figures printed here.

What is the difference between binary, decimal and hexadecimal?

They are just different bases — different numbers of digits before you carry over. Decimal (base 10) is the everyday system with digits 0–9. Binary (base 2) uses only 0 and 1, which is how computers store everything at the hardware level. Hexadecimal (base 16) uses 0–9 then A–F, and is a compact way to write long binary values because each hex digit maps to exactly four bits. The same quantity can be written in any base; only its notation changes.

Is this binary to decimal converter free and accurate?

Yes — it is completely free with no sign-up, and it converts exactly using the standard positional method, validating that every digit is legal for its base. It is the core conversion for learning how computers store numbers, reading raw values and working through digital-logic and computer-science homework. Everything runs locally in your browser, so nothing you enter is uploaded or stored. For octal, custom bases and step-by-step breakdowns, the full number base converter handles any base from 2 to 36.

More conversions

Decimal → BinaryHexadecimal → DecimalDecimal → HexadecimalBinary → HexadecimalHexadecimal → BinaryOctal → DecimalDecimal → OctalOctal → BinaryBinary → OctalHexadecimal → OctalOctal → Hexadecimal Number base converter →