Binary to Decimal Converter

Valid binary characters: 0 and 1 only

0

Quick Examples

Enter a binary value to see the conversion steps here.

Other Conversions

Binary to Decimal Converter

A Binary to Decimal Converter helps convert binary numbers (base-2) into decimal numbers (base-10), which are commonly used in everyday calculations.

Binary to Decimal Conversion Formula:
Multiply each binary digit by its corresponding power of 2 and add all the values to get the decimal number.

What Is the Binary Number System?

The binary number system is a base-2 number system used by computers. It uses only two digits: 0 and 1. In digital systems, 1 represents ON and 0 represents OFF.

What Is the Decimal Number System?

The decimal number system is the number system we use in daily life. It is based on 10 digits (0 to 9).

How to Convert Binary to Decimal

  1. Write the binary number
  2. Assign powers of 2 to each digit from right to left
  3. Multiply each binary digit by its power of 2
  4. Add all the values
  5. The final sum is the decimal number

Example: Convert 11001 (Binary) to Decimal

Binary Digit Power of 2 Value
12⁴16
18
00
00
12⁰1

11001₂ = 25₁₀

Example: Convert Binary to (Decimal) and Table

Binary to decimal conversion example showing step by step calculation using powers of 2 with a binary to decimal table

Binary to Decimal Conversion Table

Binary Decimal
11
102
113
1004
1015
1106
1117
10008
10019
101010
1000016

FAQ on Binary to Decimal Converter

1. What is binary to decimal conversion?

Binary to decimal conversion is the process of converting a base-2 number into a base-10 number using powers of 2.

2. Why do computers use binary numbers?

Computers use binary numbers because electronic circuits can easily represent two states: ON (1) and OFF (0).

3. What is the easiest way to convert binary to decimal?

The easiest way is multiplying each binary digit by its corresponding power of 2 and then adding all the values.