Binary Calculator

Perform binary number conversion, arithmetic operations (addition, subtraction, multiplication, division) and bitwise operations (AND, OR, XOR, NOT) with this free online binary calculator.

(Not required for NOT operation)

Calculation Results

Operation -
First Number -
Second Number -
Binary Result -
Decimal Result -
Hexadecimal Result -

About Binary Calculator

The Binary Calculator is a powerful online tool for performing mathematical operations with binary numbers as well as converting between binary, decimal, and hexadecimal number systems. It can execute all basic arithmetic operations (addition, subtraction, multiplication, division) and bitwise operations (AND, OR, XOR, NOT) on binary numbers.

How Binary Numbers Work

Binary is a base-2 number system that uses only two digits: 0 and 1. Each digit in a binary number represents a power of 2. For example:

1011 (binary) = 1×2³ + 0×2² + 1×2¹ + 1×2⁰ = 8 + 0 + 2 + 1 = 11 (decimal)

Binary Arithmetic Operations

The calculator performs these basic operations on binary numbers:

Bitwise Operations

Bitwise operations work on the binary representation of numbers at the bit level:

Number System Conversions

The calculator can convert between these number systems:

Practical Applications

Binary calculations are fundamental in computer science and digital electronics: