1 To 20 In Hexadecimal

2 min read Jul 18, 2024
1 To 20 In Hexadecimal

1 to 20 in Hexadecimal

Hexadecimal is a base-16 number system that uses the digits 0-9 to represent values 0 to 9, and the letters A-F to represent values 10 to 15. Here are the numbers from 1 to 20 in hexadecimal notation:

1-5

  • 1 in decimal is 1 in hexadecimal
  • 2 in decimal is 2 in hexadecimal
  • 3 in decimal is 3 in hexadecimal
  • 4 in decimal is 4 in hexadecimal
  • 5 in decimal is 5 in hexadecimal

6-10

  • 6 in decimal is 6 in hexadecimal
  • 7 in decimal is 7 in hexadecimal
  • 8 in decimal is 8 in hexadecimal
  • 9 in decimal is 9 in hexadecimal
  • 10 in decimal is A in hexadecimal

11-15

  • 11 in decimal is B in hexadecimal
  • 12 in decimal is C in hexadecimal
  • 13 in decimal is D in hexadecimal
  • 14 in decimal is E in hexadecimal
  • 15 in decimal is F in hexadecimal

16-20

  • 16 in decimal is 10 in hexadecimal
  • 17 in decimal is 11 in hexadecimal
  • 18 in decimal is 12 in hexadecimal
  • 19 in decimal is 13 in hexadecimal
  • 20 in decimal is 14 in hexadecimal

Note that in hexadecimal notation, the digits A-F are used to represent values greater than 9. This is in contrast to decimal notation, which uses only the digits 0-9.

Featured Posts