ASCII is an acronym for American Standard Code for Information Interchange.
Notes and Examples
- The Decimal ASCII value is underneath each character, i.e. "N" = 78
- The Hexadecimal ASCII value is the row# and column#, i.e. "N" = 4E
- To display "16² = 256", the HTML is:
16² = 256
- To display "PULPchat®", the HTML is:
PULPchat®
- The decimal ASCII value of a lowercase letter is the uppercase letter + 32.
- ASCII 13 is Carriage Return (CR),
\r
or
- ASCII 10 is Newline (LF),
\n
or
- ASCII 9 is Tab,
\t
or 	
- ASCII 8 is Backspace,
\b
or 
- ASCII 12 is Form feed,
\f
or 
- To see a great collection of ASCII Art, visit
www.chris.com/ascii/