Binary calculator guide

How to use the Binary Calculator

The Binary Calculator works with base-2 whole numbers. It can add, subtract, multiply, divide, convert binary to decimal, convert decimal to binary, and show steps that make each answer easier to check.

Open the binary calculator

Quick start

  1. Enter the first binary number using only 0 and 1.
  2. Choose Add, Subtract, Multiply, or Divide.
  3. Enter the second binary number.
  4. Press Calculate binary.
  5. Read the binary answer, decimal answer, and steps.

What binary means

Binary is base 2. Instead of ten possible digits, binary uses only 0 and 1. Each place value is a power of 2, so 1011 means 8 + 0 + 2 + 1, which equals 11 in decimal.

The calculator shows both forms so you can check a base-2 answer against the decimal value you may already know.

Binary arithmetic

Addition, subtraction, and multiplication return a binary answer and the same result in decimal. For example, 1011 + 110 equals 10001, which is 17 in decimal.

Binary division returns a quotient. If the division is not even, the calculator also shows the remainder. For example, 1101 / 10 equals 110 remainder 1.

Converting binary and decimal

Use the conversion panel when you only need to change number systems. Binary to decimal turns a base-2 number such as 101010 into 42. Decimal to binary turns a whole decimal number such as 42 into 101010.

Spaces and underscores are ignored in binary inputs, so grouped values like 1111 0000 are accepted.

Common examples

1011 + 110 Adds two binary numbers and returns 10001.
10000 - 1 Subtracts one and returns 1111.
101 x 11 Multiplies 5 by 3 and returns 1111.
1101 / 10 Divides 13 by 2 and returns 110 remainder 1.

Examples from the binary calculator

Binary addition 1011 + 110

10001

Binary subtraction 10000 - 1

1111

Binary division 1101 / 10

110 remainder 1

Signed numbers

You can type a leading minus sign for simple signed whole-number calculations, such as -101 + 10. This is useful for quick math, but it is not the same as fixed-width two's complement notation.

History, privacy, and copying

Recent binary answers stay visible in the page while you work. The history is kept only in the current browser tab and is not sent to a server.

Copy answer copies the binary result and decimal result so you can paste it into notes, homework, a message, or another document.