Unicode Tutorials - Herong's Tutorial Notes
Dr. Herong Yang, Version 5.00

ASCII Character Set and Encoding

This chapter provides notes and tutorial examples on ASCII character set and encoding. Topics including introduction of ASCII (American Standard Code for Information Interchange); listing of all ASCII characters and their encoded bytes.

What Is ASCII?

Listing of ASCII Characters and Encoded Bytes

Conclusions:

  • ASCII character set contains 128 characters for English letters, numbers and some control characters.
  • ASCII encoding maps each character to 1 byte with the leading bit set to 0, and other 7 bits representing the code point of the character.

Dr. Herong Yang, updated in 2009
ASCII Character Set and Encoding