Loading slide
8 bits gives you 256 different combinations. This is called a byte.
A byte is enough to represent every letter, every number, and every punctuation mark on your keyboard.
Years back, people agreed on a standard called ASCII: combination 65 would mean the letter A. Combination 66 would mean B. And so on.
Today, computers use bigger standards like Unicode so they can handle far more than English. But the idea is the same: numbers become characters because people agree on a shared list.