In mathematics and digital electronics, a binary number is a number expressed in the binary numeral system or base-2 numeral system which represents numeric values using two different symbols: typically 0 (zero) and 1 (one). The base-2 system is a positional notation with a radix of 2. Because of its straightforward implementation in digital electronic circuitry using logic gates, the binary system is used internally by almost all modern computers and computer-based devices. Each digit is referred to as a bit.
conversion table
binary (base 2) | base 2 | binary (base 2) | base 2 |
---|
1 | ≈ 1 | 1011 | ≈ 1011 |
10 | ≈ 10 | 1100 | ≈ 1100 |
11 | ≈ 11 | 1101 | ≈ 1101 |
100 | ≈ 100 | 1110 | ≈ 1110 |
101 | ≈ 101 | 1111 | ≈ 1111 |
110 | ≈ 110 | 10000 | ≈ 10000 |
111 | ≈ 111 | 10001 | ≈ 10001 |
1000 | ≈ 1000 | 10010 | ≈ 10010 |
1001 | ≈ 1001 | 10011 | ≈ 10011 |
1010 | ≈ 1010 | 10100 | ≈ 10100 |