0x1A
0x1A denotes the byte with hexadecimal value 1A, which is decimal 26. The 0x prefix is commonly used to indicate hexadecimal notation in programming and data representation.
In ASCII, 0x1A corresponds to the control character SUB, short for substitute. In Unicode, the same value
Historical usage: In DOS and early Windows environments, 0x1A was used as an end-of-file marker for text
In contemporary computing, 0x1A may occur as data within binary files, network protocols, or embedded formats.
See also: ASCII, Unicode, End-of-file, Control character, 26 (decimal).