What is an ASCII chart?
An ASCII Chart is a simple way to keep a list ofwhat all the printable, or displayable charactersare. All computers store information as a set of 1's and 0's (bits), not as actual characters. Agroup of eight (8) bits make a byte. Believe itor not, four bits actually make a nibble and twonibbles make a byte. Pay attention, there is goingto be a test on this. ;-)To keep things simple, if you count from 0 up to254, here are some milestones:
- 32 is a space
- 48 to 57 are our numbers 0-9
- 65 to 90 are the capital letters A-Z
- 97 to 122 are the lowercase letters a-z
100 5 9 X Y Z a b cOf course, most sort routines allow you to overide what isconsidered the true ASCII sort sequence.
Characters do not appear the same on all computers. Why?
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
What do I need an ASCII chart for anyway?
So instead we use special codes to do what is above.
| < & > or © |
Having a chart like this can be a great timesaver when you need to know what number makes what character.
How do I use this chart?
|
|
|
Related Articles
- The ASCII ChartAn ASCII Chart is a simple way to keep a list of what all the printable, or displayable characters are. All computers store information as a set of 1s and 0s (bits), not as actual characters. A group of eight (8) bits make a byte. Believe it or not, four bits actually make a nibble and two nibbl.....
- 5 Intelligent Tips on how to Create a WebsiteIn all spectrum, the creation of something out of nothing can spectacular and challenging task all at the same time. Spectacular because you are able to produce something out of generally nothing and challenging because of the ways and means that one needs to take in order to complete the process.
- Introduction to .htaccess.htaccess is a Unix/Linux based file for Apache web servers that allow you to change access permissions and many other things for files on your web server.
To make a .htaccess file, open up an html editor, preferably notepad, and enter your commands(each on a seperate line). When saving your file... - Log File Analysis for SEOThis article is a very authoritative account of all the information you can derive from your websites traffic statistics. The author lists each stat then shows you the several things you can learn from it.
- Web Safe ColoursWeb Safe A web safe colour is one that will display correctly on any screen, irrespective of the operating system or graphics card. There are only 216 web safe colours. You can use other colours, but you cannot be sure they will display correctly. A general rule of thumb is: if possible use
- Web Designing: Color It RightColor choices for your web design is, in a way, choosing not what color you feel like but choosing what
- Psychological Impact Of Website ColorsI have spent a great deal of time surfing the internet with a critical eye bent on the psychological impact of websites to the viewer. I have attempted to feel the verbiage and color choices of certain websites in how they make the visitor feel emotionally...
- String FunctionsThis tutorial will teach you all of the basic string functions available in ASP using VBScript. I will keep things concise as possible. The following is a list of the functions and an example of each.
- 5 Ways to Tell If You Need a New Web SiteI just recently created my fifth website in ten years. Why? Because it was time. I have changed and needed a new reflection on the internet. A new website gives you the opportunity to rethink, re-choose, reposition and rebrand. Here are some of the signs that its time for a new one.
- Gain More Web Site Control With .htaccess!There are many tools of the trade in the world of Web site development, but very few have as many good uses as your .htaccess file. What, you dont have one? Ill admit, information on these little darlings are confusing to some and hard to find...
