11011100
11011100 is an eight-bit binary numeral. In binary it represents the unsigned value 11011100, which equals 220 in decimal. In hexadecimal, the same byte is DC.
If interpreted as an eight-bit signed value using two's complement, 11011100 represents -36 (since 0xDC equals
In data contexts, 11011100 often appears as a raw byte within streams or memory. Its meaning depends
Character encoding considerations show that 0xDC does not correspond to a standard ASCII character. In ISO/IEC
Bit-pattern properties note that 11011100 contains five 1 bits and three 0 bits, a configuration sometimes