RaynorWolfcastle
Diamond Member
- Feb 8, 2001
- 8,968
- 16
- 81
hexadecimal is base 16
so any number between 0 and 15 can be a digit. Of course, no one actually uses two characters for a digit since that defeats the purpose so they write it as follows
0 through 9 is the same as in decmal
10 becomes A
11 - B
12 - C
13 - D
14 - E
15 - F
for example:
Decimal / hex
5 / 5
10/ A
20 / 15
32 / 20
etc. etc. I think the windows calculator has a hex conversion button
so any number between 0 and 15 can be a digit. Of course, no one actually uses two characters for a digit since that defeats the purpose so they write it as follows
0 through 9 is the same as in decmal
10 becomes A
11 - B
12 - C
13 - D
14 - E
15 - F
for example:
Decimal / hex
5 / 5
10/ A
20 / 15
32 / 20
etc. etc. I think the windows calculator has a hex conversion button