ASCII: Difference between revisions
Mr. MacKenty (talk | contribs) |
Mr. MacKenty (talk | contribs) No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[File:binary.png|frame|right|This is a basic concept in computer science]] | [[File:binary.png|frame|right|This is a basic concept in computer science]] | ||
Line 11: | Line 5: | ||
== ASCII == | == ASCII == | ||
This is one of the better videos I've seen on ascii | This is one of the better videos I've seen on ascii. Content gratefully used with permission : <ref>http://cs50.tv/2015/fall/#license,psets</ref> | ||
Line 19: | Line 13: | ||
== | == ASCII table == | ||
This table is used with gratitude from http://www.theasciicode.com.ar/<ref>http://www.theasciicode.com.ar/</ref> | |||
[[File:Ascii table.png]] | |||
== See Also == | == See Also == |
Latest revision as of 12:30, 16 October 2019
ASCII abbreviated from American Standard Code for Information Interchange is a character-encoding scheme. ASCII codes represent text in computers, communications equipment, and other devices that use text. Most modern character-encoding schemes are based on ASCII, though they support many additional characters. ASCII was the most common character encoding on the World Wide Web until December 2007, when it was surpassed by UTF-8, which is fully backward compatible to ASCII.[1]
ASCII[edit]
This is one of the better videos I've seen on ascii. Content gratefully used with permission : [2]
ASCII table[edit]
This table is used with gratitude from http://www.theasciicode.com.ar/[3]