Binary Calculator
Perform arithmetic on binary numbers. See results in binary, decimal, and hex.
1010 + 0110 = 10000
Binary
10000
Decimal
16
Hexadecimal
0x10
Related Tools
FAQ
- What input is accepted?
- Only 0 and 1 digits are accepted. Do not include 0b prefixes or spaces.
- How are results shown?
- Results are displayed in three formats simultaneously: binary, decimal, and hexadecimal.
- Does binary division produce remainders?
- The tool uses integer division. The result is the floor of the exact quotient. Remainders are not separately displayed.
Binary Calculator lets you add, subtract, multiply, or divide two binary numbers. Results are shown in binary, decimal, and hexadecimal. Accepts only 0 and 1 digits. Handles negative results for subtraction.