Decimal is a unit of number system measurement. The symbol dec is often used to represent it. Base-10 number system is a way of representing numbers using a set of 10 distinct digits.
In this system, the place value of each digit is a power of 10, 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 10 with other bases (2, 8, 10, 16):
Value in Base 10 | Base 2 | Base 8 | Base 16 |
---|---|---|---|
0 | 0 | 0 | 0 |
1 | 1 | 1 | 1 |
2 | 10 | 2 | 2 |
3 | 11 | 3 | 3 |
4 | 100 | 4 | 4 |
5 | 101 | 5 | 5 |
6 | 110 | 6 | 6 |
7 | 111 | 7 | 7 |
8 | 1000 | 10 | 8 |
9 | 1001 | 11 | 9 |
10 | 1010 | 12 | A |
11 | 1011 | 13 | B |
12 | 1100 | 14 | C |
13 | 1101 | 15 | D |
14 | 1110 | 16 | E |
15 | 1111 | 17 | F |