UTF8ASCII
UTF8ASCII is an informal term used to describe the relationship between ASCII text and the UTF-8 encoding. It emphasizes that the ASCII subset of Unicode maps directly to identical byte values in UTF-8.
In UTF-8, code points from 0 to 127 are encoded as a single byte with the same
Practically, this compatibility supports data interchange and software development by ensuring that ASCII content remains unchanged
Example: the text Hello maps to the bytes 0x48 0x65 0x6c 0x6c 0x6f in both ASCII and