ID EN
#Engineering

HEX2BIN

Excel Functions

Converts a hexadecimal number to binary

Syntax

EXCEL
=HEX2BIN(number, [places])

Arguments

Parameter Description
number The hexadecimal number you want to convert to binary.
places [optional] Pads the resulting binary number with zeros up to the specified number of digits. If omitted returns the least number of characters required to represent the number.

Return Value

Binary number

See Also

BIN2HEX DECIMAL DEC2HEX