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)
Press Enter to get the result
16.6.BIN2HEX | ||||
16.6.1. | BIN2HEX(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 | |||
16.6.3. | =BIN2HEX(1111111111) converts binary 1111111111 to hexadecimal |