Tool Categories

Addition Setup
Pick direction and enter binary numbers
Which addition?

Binary addition uses base-2 rules: 0+0=0, 0+1=1, 1+1=10 (carry 1), 1+1+1=11 (carry 1).

Result
Enter values to see result

Enter binary numbers to see the addition result.

The carry from the most significant bit is included in the final result. Binary addition is commutative: A + B = B + A.

How to Use
  1. Select direction :- Choose A + B or B + A
  2. Enter binary A :- Type a binary number (0s and 1s only)
  3. Enter binary B :- Type a second binary number (0s and 1s only)
  4. Click Calculate :- View the sum with step-by-step carry operations

Note: Binary addition uses base-2 carrying. If both bits are 1, the result is 0 with a carry of 1 to the next column.