What is HEX2BIN function in Excel?
The HEX2BIN function is one of the Engineering functions of Excel.
It Converts a Hexadecimal number to binary.
We can find this function in ENGINEERING of insert function Tab.
How to use HEX2BIN function in excel
- Click on an empty cell (like F5).

2. Click on the fx icon (or press shift+F3).

3. In the insert function tab you will see all functions.

4. Select ENGINEERING category.
5. Select HEX2BIN function
6. Then select ok.

7. In the function arguments Tab you will see HEX2BIN function.
8. Number section is the hexadecimal number you want to convert.
9. Places section is the number of characters to use.
10. You will see the results in the formula result section.

Examples of HEX2BIN function in Excel

HEX2BIN related functions
- Use BIN2HEX function to convert a binary number to hexadecimal.
- Use DECIMAL function to convert a text representation of a number in a given base into a decimal number.
- Use DEC2HEX function to convert a decimal number to hexadecimal.