Binary To Decimal

What is Binary?

Binary is a number system that only uses two digits: 1 and 0. Computers operate in binary, meaning they store data and perform calculations using only zeros and ones.

What is Decimal?

Decimal is a number system that uses ten digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9. It is also known as base 10 numbering system since it is based on 10 following symbols: 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.

How to convert Binary to Decimal?

To convert Binary to Decimal, we need to multiply each binary digit by it's place value, then add up all the results.

Example

Let's convert the binary value 1001101 to Decimal.

First, we need to multiply each binary digit by it's place value.

Binary DigitPlace ValueResult
1262^664
0252^50
0242^40
1232^38
1222^24
0212^10
1202^01

Now, we need to add up all the results.

64+0+0+8+4+0+1=7764 + 0 + 0 + 8 + 4 + 0 + 1 = 77

Finally, we need to add up all the results. In this case, the final Decimal value is 77. This is the Decimal representation of the binary value 1001101.

Heart with ribbonBecome a SponsorHeart with ribbon

Become a sponsor and help us maintain and improve this project. Every contribution counts. Thank you!