Hexadecimal digits beyond 9 are represented by letters:
- The digit '4' in hexadecimal is 4 in decimal.
- The digit '3' in hexadecimal is 3 in decimal.
- The digit 'D' in hexadecimal is 13 in decimal (since A=10, B=11, C=12, D=13).
- The digit '6' in hexadecimal
Show more…