Binary Calculator
Perform binary arithmetic operations: addition, subtraction, multiplication, and division
-
About Binary Numbers
Binary is a base-2 number system that uses only two digits: 0 and 1. Each digit in a binary number is called a bit.
This calculator performs the following operations on binary numbers:
- Addition: Adding two binary numbers
- Subtraction: Subtracting one binary number from another
- Multiplication: Multiplying two binary numbers
- Division: Dividing one binary number by another
Binary Conversion Table
Decimal | Binary | Decimal | Binary |
---|---|---|---|
0 | 0 | 8 | 1000 |
1 | 1 | 9 | 1001 |
2 | 10 | 10 | 1010 |
3 | 11 | 11 | 1011 |
4 | 100 | 12 | 1100 |
5 | 101 | 13 | 1101 |
6 | 110 | 14 | 1110 |
7 | 111 | 15 | 1111 |