ASCII

Learn about ASCII, which makes representing letters with a computer possible.

What is ASCII?

We have seen how we can represent a range of numbers in the language of computers, 11's and 00's. But we know that numbers aren’t the only thing that we can represent in a computer. So, there is still something missing when we think about how a computer understands what to display on the screen when we type a letter like “a”, or a symbol like “&” using the keyboard.

The answer is ASCII.

ASCII is simply a system that encodes letters and common symbols as decimal numbers. These numbers can then easily be represented and stored by a computer.

svg viewer

How does it work?

ASCII uses ...