Binary Addition Calculator

Add two decimal numbers in binary.

a in binary 1101
b in binary 111
Sum 20
Step-by-step with your numbers:
1. Values used:
2. a (decimal) = 13
3. b (decimal) = 7
4. a in binary = 1101
5. b in binary = 111
6. Sum = a (decimal) + b (decimal) = 13 + 7 = 20
Did we solve your problem today?

See the binary representation and sum.

FAQ

Carry?

Binary addition uses carries like decimal.