Binary Calculator
Advertisement Space
Binary Calculator
Perform binary arithmetic operations and convert between binary, decimal, and hexadecimal numbers.
Result
Binary Number System
The binary number system uses only two digits: 0 and 1. Each digit is called a bit (binary digit).
| Binary | Decimal | Hexadecimal |
|---|---|---|
| 0000 | 0 | 0 |
| 0001 | 1 | 1 |
| 0010 | 2 | 2 |
| 0011 | 3 | 3 |
| 0100 | 4 | 4 |
Advertisement Space