Binary Calculator

Perform binary arithmetic operations and conversions with detailed steps

Use the following calculators to perform the addition, subtraction, multiplication, or division of two binary values, as well as convert binary values to decimal values, and vice versa.

Modify the values and click the Calculate button to use.

Binary Calculation—Add, Subtract, Multiply, or Divide

= ?

Convert Binary Value to Decimal Value

= ?

Convert Decimal Value to Binary Value

= ?

About the Binary System

The binary number system is a base-2 numeral system that uses only two digits: 0 and 1. This contrasts with the decimal system (base-10) which uses ten digits (0-9). Binary operations follow the same mathematical rules as decimal operations, but the calculations are performed using only 0s and 1s. The binary system is fundamental to computer science and digital electronics because it can be easily implemented in digital circuitry using two-state devices (on/off, high/low, true/false).

Binary/Decimal Conversion Table

DecimalBinary
00
11
210
311
4100
7111
81000
101010
1610000
2010100