Hexadecimal and Binary Vocabulary

Hexadecimal and Binary Number Systems

Hexadecimal Values 0-7

  • Hexadecimal is a base-16 number system.
  • Binary equivalents for hex values 0-7:
    • 0 (Hex) = 0000 (Binary)
    • 1 (Hex) = 0001 (Binary)
    • 2 (Hex) = 0010 (Binary)
    • 3 (Hex) = 0011 (Binary)
    • 4 (Hex) = 0100 (Binary)
    • 5 (Hex) = 0101 (Binary)
    • 6 (Hex) = 0110 (Binary)
    • 7 (Hex) = 0111 (Binary)

Hexadecimal Values 8-F

  • Binary equivalents for hex values 8-F:
    • 8 (Hex) = 1000 (Binary)
    • 9 (Hex) = 1001 (Binary)
    • A (Hex) = 1010 (Binary)
    • B (Hex) = 1011 (Binary)
    • C (Hex) = 1100 (Binary)
    • D (Hex) = 1101 (Binary)
    • E (Hex) = 1110 (Binary)
    • F (Hex) = 1111 (Binary)