0x113F
0x113F is a hexadecimal literal commonly encountered in computing. The prefix 0x indicates hexadecimal notation in many programming languages, so the value 0x113F corresponds to a 16-bit integer with hexadecimal digits 1, 1, 3, F. In decimal this value is 4415, and in binary it is 0001 0001 0011 1111.
In software and hardware contexts, 0x113F can be used as a constant, a bit mask, a small
In discussions of text encoding or Unicode, hex values like 0x113F may be used to refer to
Interpretation of 0x113F depends on context. The meaning is not fixed and varies with the architecture, protocol,
See also: hexadecimal notation, binary, decimal, memory address, bitmask, Unicode code point.