The Hexadecimal Number System
- The hexadecimal number system (base 16) uses 16 different symbols, 0, 1, 2, 3, 4, 5, 6, 7,8, 9, A, B, C, D, E, and F to represent numbers. Its a place value system.
dec hexadec dec hexadec
0 0 11 B
1 1 12 C
2 2 13 D
3 3 14 E
4 4 15 F
5 5 16 10
6 6 17 11
7 7 18 12
8 8 19 13
9 9 20 14
10 A 21 15
|