Binary Calculator

Perform addition, subtraction, multiplication, division, and bitwise logical operations (AND, OR, XOR, NOT) on binary numbers.

Online Binary Mathematical Calculator

Perform general arithmetic operations (like binary addition, subtraction, multiplication, and division) as well as logical operations (bitwise AND, OR, XOR, and NOT) on binary values. All operations output results instantly converted across binary, decimal, hex, and octal formats.

Operations Guide

  • ADD: Combines two binary numbers. e.g. 1 + 1 = 10.
  • SUB: Subtracts the second binary number from the first.
  • MUL: Standard binary multiplication.
  • AND: Logical conjunction — outputs 1 only if both bits are 1.
  • OR: Logical disjunction — outputs 1 if either bit is 1.
  • XOR: Exclusive OR — outputs 1 if the bits are different.
  • NOT: Inverts all bits of Number 1.