Information Representation
Binary - Decimal to Binary Conversion (3 of 6)

4. Continuing to the right, focus on the next value in your weighting table. If it is greater than the value remaining from your subtraction, place a zero in that bit weighting position.


128 64 32 16 8 4 2 1
1 0 - - - - - -

...since 64 is greater than 10.

5.Place a zero in each weighting position until a weighting value is encountered that is less than or equal to the value remaining from your subtraction.

128 64 32 16 8 4 2 1
1 0 0 0 - - - -

...since all are greater than 10