Number systems are mathematical notations for representing numbers using digits or symbols in a consistent manner.
1 hex = 1 dec
1 dec = 1 hex
Example:
Convert 15 Hexadecimal to Decimal:
15 hex = 15 dec
Hexadecimal | Decimal |
---|---|
0.01 hex | 0.01 dec |
0.1 hex | 0.1 dec |
1 hex | 1 dec |
2 hex | 2 dec |
3 hex | 3 dec |
5 hex | 5 dec |
10 hex | 10 dec |
20 hex | 20 dec |
30 hex | 30 dec |
40 hex | 40 dec |
50 hex | 50 dec |
60 hex | 60 dec |
70 hex | 70 dec |
80 hex | 80 dec |
90 hex | 90 dec |
100 hex | 100 dec |
250 hex | 250 dec |
500 hex | 500 dec |
750 hex | 750 dec |
1000 hex | 1,000 dec |
10000 hex | 10,000 dec |
100000 hex | 100,000 dec |