Hexadecimal to Binary Converter

Convert hexadecimal (base-16) to binary (base-2) representation.

Input (Hexadecimal)
Enter a hexadecimal number
Output (Binary)
Binary representation

Hexadecimal to Binary Conversion

Convert hexadecimal (base-16) to binary (base-2). Each hex digit converts to 4 binary digits.

Examples:

  • AA hex = 10101010 binary
  • FF hex = 11111111 binary
  • 10 hex = 10000 binary