A binary to decimal conversion rewrites a base- number as a base- number. The key idea is simple: each binary digit tells you whether to include a power of . A means include that place value. A means skip it.
For example, equals because it includes , skips , includes , and includes .
How Binary Place Value Turns Into Decimal
Binary is a base-2 system, so its place values are powers of rather than powers of . From right to left, the places are:
That means the first few place values are:
If a digit is , that place value counts. If a digit is , it does not.
The Rule Behind Binary To Decimal Conversion
For a binary number with digits , where each is either or , the decimal value is
You do not need the formula to do the conversion, but it shows the idea clearly: binary is just place value with powers of .
Worked Example: Convert
Start from the right, where the place values are .
Now keep only the values attached to a :
So the decimal value is
If you want a quick check, read the number from left to right as "one , one , zero s, zero s, and one ."
Why The Method Works
In base , the number means
Binary works the same way, but with powers of :
The structure is identical. Only the base changes.
Common Binary To Decimal Mistakes
- Using powers of instead of powers of . Binary place values are .
- Counting places from the left without knowing the exponent. The safest method is to start at the right with .
- Treating a number like as binary. Valid binary digits are only and .
- Forgetting that leading zeros do not change the value. For example, and both equal .
When Binary To Decimal Is Used
Binary to decimal conversion appears whenever you need to interpret how computers store values. It shows up in basic computer science, digital electronics, data representation, and bit-based settings such as permissions, flags, or memory values.
Even if you never work directly with hardware, understanding binary place value makes number systems much less mysterious.
Try A Similar Conversion
Convert to decimal by writing the place values first, then adding only the powers of that line up with a . That one habit prevents most conversion errors.
Need help with a problem?
Upload your question and get a verified, step-by-step solution in seconds.
Open GPAI Solver →