1. Home
  2. Computing & Technology
  3. C / C++ / C#

Definition of ASCII

By , About.com Guide

Definition: ASCII is short for American Standard Code for Information Interchange, and is a 7 bit encoding of characters on computers. There are 128 values ranging from 0 to 127, of which 95 are printable characters and 33 are not visible but used for control characters. Carriage return (0xD16 in hexadecimal) and linefeed (0xA16 ) are two of the better known control characters.

Although ASCII has been superseded somewhat by the 16 bit Unicode, it lives on as the first 128 characters in the Unicode set.

Glossary:

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Examples:
Printing ASCII code 7 will cause a beep.
Explore C / C++ / C#
About.com Special Features

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. C / C++ / C#

©2009 About.com, a part of The New York Times Company.

All rights reserved.