Ascii: Assembly Language Programming by Xorpd
Ascii: Assembly Language Programming by Xorpd
Worldwide standard.
Originally created for use on teleprinters.
Built for data communication.
http://commons.wikimedia.org/wiki/File:T100S_teleprinter.jpg
(ArnoldReinhold)
Control codes:
◦ Most of those are not in use today.
◦ Almost all of the interval: 0x0-0x1f
Basic symbols:
◦ A – Z: 0x41 – 0x5a
◦ a – z: 0x61 – 0x7a
◦ 0 – 9: 0x30 – 0x39
Special symbols:
◦ Null: 0x0
◦ Space: 0x20
◦ New line:
Carriage return: 0xd
Line feed: 0xa
Standard for text representation for most of the
known writing systems.
Has a few encoding implementations.
UTF-8
◦ Character encoding that implements unicode.
◦ Very common.
◦ Designed for backwards compatibility with ASCII.
The first 128 characters are the same.