0% found this document useful (0 votes)
76 views1 page

jhtp4 appDPDF

1) This document presents the ASCII character set table, which shows the decimal codes for standard English language characters. 2) The table lists the characters from 0 to 127 on the left side and across the top, with their corresponding decimal codes. 3) The document notes that ASCII is a subset of Unicode, a larger character set used for representing text in many languages.

Uploaded by

api-3836022
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
76 views1 page

jhtp4 appDPDF

1) This document presents the ASCII character set table, which shows the decimal codes for standard English language characters. 2) The table lists the characters from 0 to 127 on the left side and across the top, with their corresponding decimal codes. 3) The document notes that ASCII is a subset of Unicode, a larger character set used for representing text in many languages.

Uploaded by

api-3836022
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

jhtp4_appD.

fm Page 1355 Thursday, July 12, 2001 12:51 PM

D
ASCII Character Set

0 1 2 3 4 5 6 7 8 9
0 nul soh stx etx eot enq ack bel bs ht
1 nl vt ff cr so si dle dc1 dc2 dc3
2 dc4 nak syn etb can em sub esc fs gs
3 rs us sp ! " # $ % & ‘
4 ( ) * + , - . / 0 1
5 2 3 4 5 6 7 8 9 : ;
6 < = > ? @ A B C D E
7 F G H I J K L M N O
8 P Q R S T U V W X Y
9 Z [ \ ] ^ _ ’ a b c
10 d e f g h i j k l m
11 n o p q r s t u v w
12 x y z { | } ~ del

Fig. D.1 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.
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 by Java to represent characters from most of the world’s languages. For
more information on the Unicode character set, see Appendix K.

You might also like