Binary Multiplication Calculator

Multiply two numbers and show the binary product.

Product (decimal) 30
Product (binary) 11110

Formula: a × b, shown in base 2

Step-by-step with your numbers:
1. Values used:
2. Factor a (decimal) = 6
3. Factor b (decimal) = 5
4.
5. Product (decimal) = Factor a (decimal) x Factor b (decimal) = 6 x 5 = 30
6. Product (binary) = 11110
Did we solve your problem today?

Multiply binary numbers; enter decimals and read the binary product.

The math behind it

Binary multiplication uses shift-and-add: each 1 bit in the multiplier shifts and adds the multiplicand.

Worked example

6 × 5 = 30 = 11110 in binary.

FAQ

Is binary multiplication simpler than decimal?

Yes — each partial product is just a shift, since the digits are only 0 or 1.