Binary To Decimal Conversion Methods
Binary To Decimal Conversion Methods
circuitglobe.com/binary-to-decimal-conversion-methods.html
September 23,
2016
Thus the decimal number system is an example of positional notation where each digit
position has a weight in terms of powers of ten. Similarly, in the binary number system
each digit position has a weight regarding powers of two. Some of the examples of
a binary digit are shown in the example.
In binary to decimal conversion when there is one in a digit position of a binary number,
then the weight of the position is added. But when there is the zero in a binary position
the weight of the position is disregarded.
Considered the conversion of the binary number 10101 into its equivalent decimal
numbers
On disregarding the weight 2 3 and 2 1 and summing up the remaining weights, we get the
equivalent decimal number 21.
After disregarding the weight 2 -1 and 2 -3 and summing up the remaining weights, i.e., we
1/2
get the decimal number 0.3125.
Consider the conversion of a binary number 1101.101 into its equivalents decimal
number
After disregarding the weight 2 1 and 2 -1 and on summing up the remaining weights the
required decimal number is 13.625.
2/2