ASCII: Difference between revisions

From Computer Science Wiki
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<center>
<blockquote style="padding: 5px; background-color: #FFF8DC; border: solid thin gray;">
  [[File:Exclamation.png]] This is an '''important concept'''.  You should fully understand this.
</blockquote>
</center>
[[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 18: Line 12:
</html>
</html>


== Do you understand this? ==
== Do you have an advanced understanding about this topic? ==
* convert number to ASCII and vice-versa


== 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

This is a basic concept in computer science

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]

Ascii table.png

See Also[edit]

References[edit]