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:
AAhex =10101010binaryFFhex =11111111binary10hex =10000binary