NET3
NET3
Binary to Decimal
Using this logic, we can easily calculate the decimal representation of a binary
number like 11100011 for example. We just turn the respective bits "ON" and
calculate the value of the decimal values.
Decimal to Binary
Converting decimal numbers to binary uses the same logic. We start with the
decimal number we want to convert and look for the highest column value that
goes into the decimal. Then we subtract the column value from the original
number and repeat the process until the original number becomes zero. Figure
3 illustrates the process graphically.