0x1C
0x1C is a hexadecimal literal representing the decimal value 28. In many programming and computing contexts, it is used as a numeric constant or as part of bitwise operations.
In ASCII and Unicode, 0x1C corresponds to the control character known as the File Separator (FS). It
Historically, FS was used to separate records or fields within data streams and telecommunications protocols. In
In programming, 0x1C appears as a hex constant and can be combined with other values in bitwise
Related concepts include other C0 control codes (ranging from 0x00 to 0x1F) and the various encoding schemes