Decimal to Binary - Signed Fractions
Example of conversion to binary of a negative decimal fraction
Let's convert to binary the following negative fraction: -0.4375.
-0.4375 = -1 + .5625 = -1 + .5 + .0625 = -1 + 1×2-1 + 0×2-2 + 0×2-3 + 1×2-4 = 1.1001