Binary To Decimal
Ever wonder how computers think? They speak a secret language made of just two numbers: 0 and 1! This is called binary. In this lesson, we'll crack the code and learn how to translate any binary number into the familiar decimal numbers we use every day. It's easier than you think!

What Is The Binary Number System?
The binary number system is a way of writing numbers using only two digits:
Think of a light switch. It can only be in one of two states: ON or OFF. We could represent OFF with a
So, a number like
A Quick Refresher: How Does Decimal Place Value Work?
Before we dive into binary, let's quickly remember how our own base-10 system works. The position of a digit in a number tells us its value. We call this place value.
Let's take the number
Mathematically, these place values are all powers of
- The rightmost place is the ones place:
- The next place to the left is the tens place:
- The next is the hundreds place:
- And so on... (thousands, ten thousands, etc.)
So, the number
Understanding this concept of place value is the key to unlocking binary.
How Does Place Value Work in Binary?
Binary works the exact same way as decimal, but with a different base. Instead of using powers of
Let's look at the binary place values, starting from the right and moving left:
- The rightmost place is the ones place:
- The next place to the left is the twos place:
- The next is the fours place:
- The next is the eights place:
- The next is the sixteens place:
- And so on! Each place value is double the one to its right.
Here is a table to help you visualize the first few binary place values:
| Power of 2 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Decimal Value |
When we see a binary number like
How Do You Convert Binary to Decimal? A Step-by-Step Guide
This is the fun part! Converting from binary to decimal is a simple process of multiplication and addition. Once you know the binary place values, you're ready to go. Here are the steps:
- Write down the binary number.
- Directly above each digit, write its corresponding decimal place value (starting with
on the right and doubling each time you move left). - For each position, multiply the binary digit (either
or ) by the place value written above it. - Add all of the results together. The sum is your answer in decimal!
Let's work through a few examples to see it in action.
Convert the binary number
Step 1 & 2: Write the number and its place values.
Step 3: Multiply each binary digit by its place value.
- Leftmost digit:
- Middle digit:
- Rightmost digit:
Step 4: Add the results.
So, the binary number
Convert the binary number
Step 1 & 2: Write the number and its place values. Remember to start from the right with
Step 3: Multiply each binary digit by its place value. A helpful shortcut is to realize you only need to add the place values that have a
- We have a
in the s place. (Value: ) - We have a
in the s place. (Value: ) - We have a
in the s place. (Value: ) - We have a
in the s place. (Value: )
Step 4: Add the results.
Therefore, the binary number
Let's Practice With a Bigger Binary Number
The method for converting binary to decimal works no matter how long the binary number is. Let's try one with more digits to prove it.
Convert the binary number
Step 1 & 2: Write the number and assign the place values above it. We'll need more place values this time.
Step 3 & 4: Find the values for each place and add them up. We can do this in one step by only looking at the columns with a
The binary number has a
- The
s place - The
s place - The
s place - The
s place
Now, we just add those place values together:
It's that simple! The binary number
As you can see, the process is always the same. The more digits in the binary number, the higher the place values go, but the four steps for converting never change. With a little practice, you'll be able to do these conversions quickly in your head!
What Are Some Common Mistakes to Avoid?
When you're first learning to convert binary to decimal, it's easy to make a few common mistakes. Being aware of them will help you get the right answer every time.
- Starting from the wrong side. ALWAYS assign place values starting from the rightmost digit. The digit on the far right is always the
s place ( ). If you start from the left, your entire calculation will be incorrect. - Forgetting the 'zero power' rule. A common slip-up is thinking that
equals or . Remember this important math rule: any number raised to the power of zero is . So, , which is why the first place value is the ones place. - Using powers of 10 instead of 2. We are so used to our base-10 system that it's tempting to think in terms of tens, hundreds, and thousands. When you see a binary number, you must switch your brain into base-2 mode and think only in powers of
: . - Simple addition errors. After you've done all the hard work of finding the place values, it's a shame to get the wrong answer because of a small addition mistake. Double-check your sum before you finalize your answer!
Quick Summary: Your Binary-to-Decimal Cheat Sheet
Need a fast reminder? Here's everything you need to know to convert binary to decimal in a nutshell.
The Goal: To translate a base-2 number (using only
The Key Concept: Binary Place Values. They are powers of
- ...
The 4-Step Method:
- Write the binary number.
- Assign the place values above each digit, starting with
on the right. - Multiply each digit by its place value. (Or, just find the place values that have a
under them). - Add these values together for your final decimal answer.
Example:
Keep this summary handy as you practice, and you'll become a binary expert in no time.
Frequently Asked Questions
What does the small 2 after a binary number mean?
The small, lowered number is called a subscript. It tells you the 'base' of the number system. A subscript 2, like in
Why is it called 'binary'?
The prefix 'bi-' means two. The binary system gets its name because it only uses two digits,
What is a single binary digit called?
A single binary digit (a
Can you convert decimal numbers back to binary?
Yes, you absolutely can! It's the reverse process of what we learned here. It involves repeatedly dividing the decimal number by
Why do computers use binary instead of our decimal system?
Computers use binary because their most basic components, transistors, are like tiny switches. A switch can only be ON or OFF, which perfectly represents the two binary digits
What is the largest decimal number you can make with 4 bits?
With 4 bits, the largest binary number you can write is
Is there a base-3 or base-4 system?
Yes! You can have a number system in any base. A base-3 system, called ternary, would use the digits