Summarize this article:
256 LearnersLast updated on December 4, 2025

Numbers can be represented in various numeral systems such as binary, decimal, hexadecimal, and octal. Each system has its own base; for example, binary is base 2, and decimal is base 10. Binary is used in computing and digital electronics, where each digit represents a power of 2. Decimal is the standard numeral system used by most people in daily life. Sometimes we need to convert binary numbers to decimal, and this process is known as binary to decimal conversion, which helps make binary values easier to understand. In this topic, we will learn how to convert binary to decimal using simple methods.
Binary is a numeral system that uses only two digits: 0 and 1. It is a base-2 system, which is fundamental in computing and digital electronics.
Each digit in a binary number represents a power of 2, with the rightmost digit representing 20.
Binary is used to perform logical operations and arithmetic in digital circuits.
Decimal is a numeral system based on ten digits: 0 through 9. It is a base-10 system and is the most commonly used numeral system in the world.
Each digit in a decimal number represents a power of 10. Decimal numbers are used in everyday life for counting, measuring, and performing arithmetic operations.
Binary to decimal conversion is the process of changing a number written in binary (base-2) into its equivalent value in the decimal system (base-10).
Binary numbers use only two digits - 0 and 1 - and are commonly used in computers and digital electronics.
Decimal numbers are the everyday number system used by students and in real-life calculations.
Binary to decimal conversion is a method used to translate base-2 numbers into base-10 numbers so they can be easily understood and used in everyday math and technology tasks.
Students often refer to a binary to decimal conversion table when learning these conversions.


To convert a binary number to a decimal number, each binary digit (bit) is multiplied by 2 raised to the power of its position, starting from the right (position 0).
This method is the foundation of the binary to decimal conversion formula.
General Formula:
\(\text{Decimal} = (b_n \times 2^n) + (b_{n-1} \times 2^{\,n-1}) + \cdots + (b_2 \times 2^2) + (b_1 \times 2^1) + (b_0 \times 2^0) \)
Where:
bn,bn−1,…,b0 are the binary digits (0 or 1).
n is the position of the leftmost bit.
This formula is essential for accurate binary to decimal conversion.
Converting binary numbers to decimal is straightforward using the powers of 2.
Each binary digit (bit) is a power of 2, based on its position from right to left, starting at 0.
These steps form the basis of binary in decimal conversion, making complex binary numbers easy to interpret.
When working with numbers, sometimes we use binary and sometimes decimal. We use simple conversions to understand how much a binary number is in decimal.
Below is a binary to decimal conversion table that shows common binary-to-decimal conversions.
Students can also check values quickly using an online binary to decimal calculator.
When converting binary to decimal, people often make mistakes. Here are some common mistakes to help understand the concepts of conversions better.
Convert 101011 to decimal.
Solution: Converting 101011 to decimal gives us 43.
Use the powers of 2:
(1 × 25) + (0 × 24) + (1 × 23) + (0 × 22) + (1 × 21) + (1 × 20)
= 32 + 0 + 8 + 0 + 2 + 1
= 43
A digital signal represents 11100 in binary. What is it in decimal?
The digital signal in decimal is 28.
Convert 11100 to decimal:
(1 × 24) + (1 × 23) + (1 × 22) + (0 × 21) + (0 × 20)
= 16 + 8 + 4 + 0 + 0
= 28
The value 100111 in binary is what in decimal?
The value in decimal is 39.
Convert 100111 to decimal:
(1 × 25) + (0 × 24) + (0 × 23) + (1 × 22) + (1 × 21) + (1 × 20)
= 32 + 0 + 0 + 4 + 2 + 1
= 39
A digital ticketing kiosk at the Dallas Cowboysโ stadium (NFL) stores seat IDs in binary. A fan is trying to buy a $120 ticket, but the machine shows the seat code as 101101โ. To confirm the seat row, the fan must convert that binary code to decimal before checkout. What is the decimal value of 101101โ?
45
At AT&T Stadium in Dallas, some backend systems encode seat locations in binary.
To help the fan verify the row, convert binary 101101โ to decimal:
Write the place values:
1 × 25 + 0 × 24 + 1 × 23 + 1 × 22 + 0 × 21 + 1 × 20
Compute:
32 + 0 + 8 + 4 + 0 + 1 = 45
So the seat corresponds to row 45, which the fan selects before paying the $120 ticket price.
A middle school in Seattle runs a science experiment measuring light intensity with sensors that output binary values. During the experiment, the Walgreens lab support service validates a reading shown as 110010โ. Students must convert this reading into decimal for their lab report.
50
In U.S. school science labs, especially STEM programs in Seattle, sensors often store data in binary.
To grade the assignment correctly, the teacher needs the decimal form:
Convert 110010โ:
\(1 \times 2^5 = 32 \\ 1 \times 2^4 = 16 \\ 0 \times 2^3 = 0 \\ 0 \times 2^2 = 0 \\ 1 \times 2^1 = 2 \\ 0 \times 2^0 = 0 \)
Total = 32 + 16 + 2 = 50
Students enter 50 into their experiment log before heading to Walgreens for project supplies.
Conversion: The process of changing one number from one numeral system to another. For example, converting binary to decimal. Binary: A numeral system that uses base 2, consisting of only two digits, 0 and 1. Decimal: A numeral system that uses base 10, consisting of digits from 0 to 9. Bit: A binary digit, which is the smallest unit of data in computing and can have a value of 0 or 1. Power of 2: A mathematical expression representing the number 2 raised to an exponent, used in binary calculations.

Seyed Ali Fathima S a math expert with nearly 5 years of experience as a math teacher. From an engineer to a math teacher, shows her passion for math and teaching. She is a calculator queen, who loves tables and she turns tables to puzzles and songs.
: She has songs for each table which helps her to remember the tables






