ASCII Chart

STANDARD ASCII

This chart applies to most standard fonts, such as Arial, FixedSys, Times New Roman, etc.

ASCII reference (standard fonts)

TERMINAL ASCII

This chart applies to the Terminal font.

ASCII reference (terminal fonts)

SPECIAL NOTES

The following ASCII codes have special meanings and applications-

The following ASCII codes are often needed with $chr() since the characters they represent cannot always be used alone-

The following ASCII codes are often useful as token seperators-

The following ASCII codes may be of special interest-

Remember that some ascii codes (those above 127) may not appear on some fonts, so take this into account when choosing your characters. For example, 149, the dot, does not work in MS Sans Serif. This makes it unsuitable for use in popups, which on most Windows systems are shown in MS Sans Serif. Also, 160 (non-breaking space) shows up differently (like most characters) in Terminal. For display to most windows, you should stay away from these special characters, and reserve them for use in popups or custom windows.

 

Hosted by www.Geocities.ws

1