Not surprised. What you have here is probably an ASCII (pronounced "ask-key") or Uni-code chart. How they work is basically the letters are not drawn individually but sent as a number. The chart is in the system and each number you send is looked up and whatever the chart says to do is done. The problem is the chart(s) are not universal and there are, literally, thousands of them. Each country has one or more and the ones for a particular country are designated what used to be called a "code page" The US code page was 047. All that meant is that the 256 characters allowed in the 8 bit ASCII version could be adjusted for the local needs. ASCII? I know you are just dying to ask for what it stands, so I'll save you some time and tell you here. It stands for "American Standard Code for Information Interchange" and it predates the PC revolution of the 1980's.
Now you may ask why they came up with such a system? Why not just send the instructions to turn on the pixels you wanted to turn on to shape the symbol you wanted? The answer has to do with the nature of graphics and text. In the old days before most of you were born computers didn't have graphics. The amount of information you need to tell a computer how to draw a single symbol is about fifty times more than sending a number and having the computer look it up in its built in chart. Since early PC's had all kinds of room -- a whopping 65,535 bytes in my first computer -- every bit counted. Communicating between computers at 300 bits per second (the "baud" rate of the first modems) meant a document of a few hundred words could take hours, and since we used POTS (Plain Old Telephone System) where the lines were 8k (voice only) quality, any interference would just destroy the accuracy of the transmission to the point you had to start over. So, to keep things simple it was text only from the beginning (even for Apple's) and ASCII was the thing. And even if you weren't transmitting, the amount of room you needed for the code to tell the system to draw a particular system would have meant constantly having to swap out those huge 160 kilobyte floppy discs since the internal memory of you "lighting fast" PC was way too small.
Now what about Unicode, you ask? My, aren't we full of questions. The thing is 256 characters, of which over half can't really be changed, didn't give anybody real graphics at all. DOS 5.0 had the first "graphical" interface built in, but it was all fancy ASCII coding and you had to actually want it loaded and specifically tell they system to do so. Few did. In any case, they decided they needed a larger ASCII code type thing and came up with unicode. It's a 16 bit thing and works pretty much like ASCII but more complicated. A lot more complicated.
So there you are. Are all your questions now answered? I thought so.
AJ