What is Binary Calculator?

A binary arithmetic calculator that performs addition, subtraction, multiplication, and division on binary numbers. Shows results in binary, decimal, octal, and hexadecimal simultaneously.

How to use

  1. Enter two binary numbers (0s and 1s only).
  2. Select an arithmetic operation: addition, subtraction, multiplication, or division.
  3. See the result in binary, decimal, octal, and hexadecimal.

Result

11011 + 10110 (27 + 22 in decimal) gives 110001 (49), shown in binary, decimal, octal, and hex.

Related Tools