From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- Bachelor/Prog1/Ascii_Table.htm | 197 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 197 insertions(+) create mode 100644 Bachelor/Prog1/Ascii_Table.htm (limited to 'Bachelor/Prog1/Ascii_Table.htm') diff --git a/Bachelor/Prog1/Ascii_Table.htm b/Bachelor/Prog1/Ascii_Table.htm new file mode 100644 index 0000000..512ae95 --- /dev/null +++ b/Bachelor/Prog1/Ascii_Table.htm @@ -0,0 +1,197 @@ + + +Reference Material-ASCII Character Set + + + +
ASCII Character Set +


+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
0 1 2 3 4 5 6 7 8 9
0nulsohstxetxeotenqackbelbsht
1nlvtffcrsosidledc1dc2dc3
2dc4naksynetbcanemsubescfsgs
3rsussp!"#$%&`
4()*+,-./01
523456789:;
6<=>?@ABCDE
7FGHIJKLMNO
8PQRSTUVWXY
9Z[\]^_'abc
10defghijklm
11nopqrstuvw
12xyz{|}~del
+

+
The ASCII character +set.
+

+



+

+

The digits at the left of the table are the left digits of the decimal +equivalent (0-127) of the character code, and the digits at the top of the table +are the right digits of the character code. For example, the character code for +`F' is 70, and the character code for `&' is 38.

+

Note: Most users of this book are interested in the ASCII character set used +to represent English characters on many computers. The ASCII character set is a +subset of the Unicode character set used to represent characters from most of +the world's languages. For more information on the Unicode character set, visit +the World Wide Web site:

+
+

     http://unicode.org/

+
+
-- cgit v1.2.3