Binary Addition - Positive Numbers

Example of addition of two unsigned binary numbers

Example of conversion of a fraction from decimal to binary

Let's convert to unsigned binary the following positive fraction : 0.6875.

.6875 = 1×0.5 + 1×0.125 + 1×0.0625 = 1×2-1 + 0×2-2 + 1×2-3 + 1×2-4 = 0.1011

Binnary Multiplication Test

Question 1: Convert 6.25 to unsigned binary.








Question 2: Convert 0.1875 to unsigned binary.








Question 3: Convert 1.3125 to unsigned binary.








Question 4: Convert 0.78125 to unsigned binary.








Question 5: Convert 13.5 to unsigned binary.








Press the Submit button to see the results.