11101111
11101111 is an eight-bit binary numeral commonly written as 11101111 or 0b11101111. In hexadecimal it corresponds to the byte EF. As an unsigned value, this binary sequence equals 239 in decimal. In an eight-bit signed representation using two's complement, it represents -17.
The byte is composed of two nibbles: the most significant nibble is 1110 (E) and the least
In character encoding terms, 0xEF is the byte value that, in many 8-bit encodings such as ISO/IEC
Uses and contexts: 11101111 frequently appears in discussions of binary arithmetic, bitwise masking, and low-level data