APPENDIX B
Hexadecimal/Decimal Conversions
The decimal (base 10) numbering system represents each position in successive powers of 10, with each decimal symbol having a value from 0 to 9. The hexadecimal (base 16) numbering system represents each position in successive powers of 16 with each hex symbol having a value of 0 to 15. Since each hex position must have a single symbol, the symbols "A" through "F" are assigned to values 10 through 15 respectively. Refer to Table 1. The information and examples to follow will explain how to convert from a decimal number to a hexadecimal number and vice versa.
| Table 1. | |
Decimal |
| Hexadecimal |
Value |
| Symbol |
0 |
| 0 |
1 |
| 1 |
2 |
| 2 |
3 |
| 3 |
4 |
| 4 |
5 |
| 5 |
6 |
| 6 |
7 |
| 7 |
8 |
| 8 |
9 |
| 9 |
10 |
| A |
11 |
| B |
12 |
| C |
13 |
| D |
14 |
| E |
15 |
| F |
Appendix B |
B&B Electronics
PH (815)