BIN2HEX(number, number_of_characters_to_use) converts a binary number to hexadecimal : BIN2HEX « Engineering functions « Microsoft Office Excel 2007 Tutorial






The most significant bit is the sign bit.

The remaining bits are magnitude bits.

Negative numbers are represented using two's-complement notation.

Input the formula: =BIN2HEX(1110)
Input the formula: =BIN2HEX(1110)
Press Enter to get the result
Press Enter to get the result
16.6.BIN2HEX
16.6.1.BIN2HEX(number, number_of_characters_to_use) converts a binary number to hexadecimalBIN2HEX(number, number_of_characters_to_use) converts a binary number to hexadecimal
16.6.2.=BIN2HEX(11111011, 4) converts binary 11111011 to hexadecimal with 4 characters=BIN2HEX(11111011, 4) converts binary 11111011 to hexadecimal with 4 characters
16.6.3.=BIN2HEX(1111111111) converts binary 1111111111 to hexadecimal=BIN2HEX(1111111111) converts binary 1111111111 to hexadecimal