0 To 20 In Hexadecimal

less than a minute read Jul 04, 2024
0 To 20 In Hexadecimal

0 to 20 in Hexadecimal

Hexadecimal is a base-16 number system that uses the digits 0-9 and A-F to represent numbers. Here is the representation of numbers from 0 to 20 in hexadecimal:

0 to 10 in Hexadecimal

  • 0 - 0x00
  • 1 - 0x01
  • 2 - 0x02
  • 3 - 0x03
  • 4 - 0x04
  • 5 - 0x05
  • 6 - 0x06
  • 7 - 0x07
  • 8 - 0x08
  • 9 - 0x09
  • 10 - 0x0A

11 to 20 in Hexadecimal

  • 11 - 0x0B
  • 12 - 0x0C
  • 13 - 0x0D
  • 14 - 0x0E
  • 15 - 0x0F
  • 16 - 0x10
  • 17 - 0x11
  • 18 - 0x12
  • 19 - 0x13
  • 20 - 0x14

Note that in hexadecimal, the prefix "0x" is often used to indicate that the number is in hexadecimal format.

Related Post


Featured Posts