Problem
Text characters are encoded in different ways. The bottom level is always binary in bytes, but a different binary pattern can be used to represent different characters. Two of these encodings are ASCII and Unicode. See if you can do Web searches on ASCII and Unicode. What's the difference between ASCII and Unicode? Why would we need Unicode if we already had ASCII?