0x656C
0x656C is a hexadecimal literal used in computing to denote the 16-bit value 0x656C. The prefix 0x is used by many programming languages to indicate hexadecimal notation, and 0x656C equals decimal 25996.
When interpreted as text, the two-byte sequence can represent ASCII characters if treated as two bytes: 0x65
Practical uses for hex literals like 0x656C include representing constants in source code, encoding and decoding
See also: ASCII, Unicode, hex literals, endianness, memory representation, code points.