Google aceask4434.blogspot.com Web
For image search ,
engineering thermo dynamics ,
fluid mechanics ,
,
kinametics of machinerys ,
c++,
and all other books searches,Knowing Mobile Needs. Search Games • Top 20 Games. News: 2010 New Games Added. -. → 2010 Games(275) → 2009-Multi Screen(1521) ... Java Mobile Games.Jar Games, S40 Games, Sony Erriccson Games, Moto … WapKing,
Tamilanwap,
endhiran songs,
tamil video songs,Tamil MP3,Free download mp3 songs
,tamil avi,tamil mp4,tamil mp3,Tamil Themes,3gp video, ... Knowing Mobile Needs. Search mp3 • Top 20 mp3. Vijaykanth Hits : Compressed. -. folder 2010(385). folder 2009(703). folder A-Z Movies(11537) ... Waptrick - Photo Gallery on ur phone! Back: Home | Downloads | Video
FREE Tamil Mp3s (47248 MP3s) including welcome to tamiljothynet for tamil movies tamil, falco tapchiamnhacnet jeanny part1, ...
fortamilmovies

Monday, August 16, 2010

^^C++ Ascii codes

Ascii Codes

Published by Juan Soulie
Last update on Oct 9, 2009 at 11:15am UTC
It is a very well-known fact that computers can manage internally only 0s (zeros) and 1s (ones). This is true, and by means of sequences of 0s and 1s the computer can express any numerical value as its binary translation, which is a very simple mathematical operation (as explained in the paper numerical bases).

Nevertheless, there is no such evident way to represent letters and other non-numeric characters with 0s and 1s. Therefore, in order to do that, computers use ASCII tables, which are tables or lists that contain all the letters in the roman alphabet plus some additional characters. In these tables each character is always represented by the same order number. For example, the ASCII code for the capital letter "A" is always represented by the order number 65, which is easily representable using 0s and 1s in binary: 65 expressed as a binary number is 1000001.

The standard ASCII table defines 128 character codes (from 0 to 127), of which, the first 32 are control codes (non-printable), and the remaining 96 character codes are representable characters:

*0123456789ABCDEF
0NULSOHSTXETXEOTENQACKBELBS TABLF VT FF CR SO SI
1DLEDC1DC2DC3DC4NAKSYNETBCANEM SUBESCFS GS RS US
2 !"#$%&'()*+,-./
30123456789:;<=>?
4@ABCDEFGHIJKLMNO
5PQRSTUVWXYZ[\]^_
6`abcdefghijklmno
7pqrstuvwxyz{|}~


* This panel is organized to be easily read in hexadecimal: row numbers represent the first digit and the column numbers represent the second one. For example, the "A" character is located at the 4th row and the 1st column, for that it would be represented in hexadecimal as 0x41 (65).

Because most systems nowadays work with 8bit bytes, which can represent 256 different values, in addition to the 128 standard ASCII codes there are other 128 that are known as extended ASCII, which are platform- and locale-dependent. So there is more than one extended ASCII character set.

The two most used extended ASCII character sets are the one known as OEM, that comes from the default character set incorporated by default in the IBM-PC and the other is the ANSI extend ASCII which is used by most recent operating systems.

The first of them, the OEM character set, is the one used by the hardware of the immense majority of PC compatible machines, and was also used under the old DOS system. It includes some foreign signs, some marked characters and pieces to represent panels.



The ANSI character set is a standard that many systems incorporate, like Windows, some UNIX platforms and many standalone applications. It includes many more local symbols and marked letters so that it can be used with no need of being redefined in many more languages:

No comments:

Post a Comment