Binary is a unit of number system measurement. The symbol bin is often used to represent it. Base-2 number system is a way of representing numbers using a set of 2 distinct digits.
In this system, the place value of each digit is a power of 2, and the number is expressed as the sum of these powers, each multiplied by the corresponding digit.
The following is a conversion chart to help you compare values in base 2 with other bases (2, 8, 10, 16):
Value in Base 2 | Base 8 | Base 10 | Base 16 |
---|---|---|---|
0 | 0 | 0 | 0 |
1 | 1 | 1 | 1 |
10 | 2 | 2 | 2 |
11 | 3 | 3 | 3 |
100 | 4 | 4 | 4 |
101 | 5 | 5 | 5 |
110 | 6 | 6 | 6 |
111 | 7 | 7 | 7 |
1000 | 10 | 8 | 8 |
1001 | 11 | 9 | 9 |
1010 | 12 | 10 | A |
1011 | 13 | 11 | B |
1100 | 14 | 12 | C |
1101 | 15 | 13 | D |
1110 | 16 | 14 | E |
1111 | 17 | 15 | F |