0x1E
0x1E is a hexadecimal numeric literal used in many programming languages to denote the value 30 in decimal. It consists of the digits 1 and E in base-16, where E stands for 14.
In ASCII and Unicode, the byte 0x1E corresponds to the control character known as Record Separator (RS).
In practical computing, 0x1E can appear in binary data, networking, and file formats as a numeric value.
The string "0x1E" is also how programmers write a hex literal across many languages (C, C++, Java,
See also: hexadecimal notation, ASCII control characters, Unicode code points U+001E, decimal 30.