Skip to Content

HEX2BIN

Converts a hexadecimal number to binary

Syntax

HEX2BIN(number, [places])

Parameters

  • number: Required. The hexadecimal number you want to convert
  • places: Optional. The number of characters to use

Example

=HEX2BIN("F", 8)
Returns: StringSince: Excel 2003