00011111
00011111 is an eight-bit binary numeral consisting of three leading zeros followed by five ones. When interpreted as an unsigned binary number, it equals decimal 31. In hexadecimal it is 0x1F.
In computing, the pattern is commonly used as a bitmask that preserves the five least significant bits
In the ASCII character encoding, the value 0x1F is the Unit Separator, a control code historically used
The five consecutive 1s also represent the maximum value of a five-bit field, a concept that appears
As a string of eight characters, "00011111" may appear in source code or data as a literal