11000111
11000111 is an eight-bit binary numeral. As an unsigned value it equals 199 in decimal. In an eight-bit two's complement interpretation it represents -57, since the most significant bit is 1. In hexadecimal, the same byte is 0xC7. In many character encodings that use single-byte values, the byte 0xC7 corresponds to Ç (C with cedilla) in Latin-1 and Windows-1252; in UTF-8 it would appear only as part of a multi-byte sequence.
As a data byte, 11000111 may occur in binary data streams, memory contents, or network packets. The
Because binary sequences like 11000111 are interpreted differently depending on context, their meaning varies with whether