101 binary to decimal conversion provides the detailed information on what is binary (101)2 in decimal number system, and the step-by-step work for how to convert the binary (base-2) number 101 to its decimal (base-10) equivalent.
(101)2 binary in decimal is equal to:
1012 = (1 x 22) + (0 x 21) + (1 x 20)
= 4 + 0 + 1,
= 5
1012 = 510
Hence,
101 binary to decimal is 5.
where,
1012 is the given binary number,
2 in 1012 represents the base-2 or binary number system,
5 is the decimal equivalent of the binary number 101,
10 in 510 represents the base-10 or decimal number system.
Steps to convert 101 binary to decimal
The below step-by-step solution shows how to convert 111101 binary (base 2) to its equivalent decimal (base 10) number.
step 1 Observe the input parameters, values and what to be found.
Input values:
Binary Number = 1012
What to be found:
(101)2 = (?)10
What is 101 binary in decimal?
step 2 Arrange the given binary number 101 as like the below:
= (1 x 22) + (0 x 21) + (1 x 20),
step 3 Resolve the powers of 2 in the above equation:
= 4 + 0 + 1,
step 3 Simplify the above equation further:
= 4 + 0 + 1,
= 5
(101)2 = (5)10
Therefore,
the decimal equivalent of the binary number 101 is 5
Important Notes: (101)2 in Decimal
The below are some of the important notes to be remembered while converting the binary number 101 into a base-10 number.
The sum of increasing power of 2 (from 0 to number of bits minus 1) for each bit of given binary number 101, that is 20 multiplied with least significant digit (LSD) to 2(no. of bits - 1) multiplied with the most significant digit (MSD) of the given base-2 number provides the equivalent decimal number.