Core Java

Unicode 0-127

The values 0-31 and 127 represent non-printable control characters.

DecimalHexadecimalBinaryOctalSymbolDescription
00x00b0000000000NULL Character
10x10b0000000101Start of Header
20x20b0000001002Start of Text
30x30b0000001103End of Text
40x40b0000010004End of Transmission
50x50b0000010105Enquiry
60x60b0000011006Acknowledgement
70x70b0000011107Bell
80x80b00001000010Backspace
90x90b00001001011Horizontal Tab
100xA0b00001010012Line Feed
110xB0b00001011013Vertical Tab
120xC0b00001100014Form Feed
130xD0b00001101015Carriage Return
140xE0b00001110016Shift Out
150xF0b00001111017Shift In
160x100b00010000020Data Link Escape
170x110b00010001021Device Control 1
180x120b00010010022Device Control 2
190x130b00010011023Device Control 3
200x140b00010100024Device Control 4
210x150b00010101025Negative Acknowledgement
220x160b00010110026Synchronous Idle
230x170b00010111027End of Transmission Block
240x180b00011000030Cancel
250x190b00011001031End of Medium
260x1A0b00011010032Substitute
270x1B0b00011011033Escape
280x1C0b00011100034File Separator
290x1D0b00011101035Group Separator
300x1E0b00011110036Record Separator
310x1F0b00011111037Unit Separator
320x200b00100000040 Space
330x210b00100001041!Exclamation Mark
340x220b00100010042"Double Quote
350x230b00100011043#Number Sign
360x240b00100100044$Dollar Sign
370x250b00100101045%Percent Sign
380x260b00100110046&Ampersand
390x270b00100111047'Single Quote
400x280b00101000050(Left Parenthesis
410x290b00101001051)Right Parenthesis
420x2A0b00101010052*Asterisk
430x2B0b00101011053+Plus Sign
440x2C0b00101100054,Comma
450x2D0b00101101055-Dash or Minus
460x2E0b00101110056.Period
470x2F0b00101111057/Forward Slash
480x300b001100000600Zero
490x310b001100010611One
500x320b001100100622Two
510x330b001100110633Three
520x340b001101000644Four
530x350b001101010655Five
540x360b001101100666Six
550x370b001101110677Seven
560x380b001110000708Eight
570x390b001110010719Nine
580x3A0b00111010072:Colon
590x3B0b00111011073;Semi-colon
600x3C0b00111100074<Less Than
610x3D0b00111101075=Equals Sign
620x3E0b00111110076>Greater Than
630x3F0b00111111077?Question Mark
640x400b010000000100@At Symbol
650x410b010000010101AUppercase A
660x420b010000100102BUppercase B
670x430b010000110103CUppercase C
680x440b010001000104DUppercase D
690x450b010001010105EUppercase E
700x460b010001100106FUppercase F
710x470b010001110107GUppercase F
720x480b010010000110HUppercase G
730x490b010010010111IUppercase H
740x4A0b010010100112JUppercase I
750x4B0b010010110113KUppercase J
760x4C0b010011000114LUppercase K
770x4D0b010011010115MUppercase L
780x4E0b010011100116NUppercase M
790x4F0b010011110117OUppercase N
800x500b010100000120PUppercase O
810x510b010100010121QUppercase P
820x520b010100100122RUppercase R
830x530b010100110123SUppercase S
840x540b010101000124TUppercase T
850x550b010101010125UUppercase U
860x560b010101100126VUppercase V
870x570b010101110127WUppercase W
880x580b010110000130XUppercase X
890x590b010110010131YUppercase Y
900x5A0b010110100132ZUppercase Z
910x5B0b010110110133[Left Bracket
920x5C0b010111000134\Backward Slash
930x5D0b010111010135]Right Bracket
940x5E0b010111100136^Caret
950x5F0b010111110137_Underscore
960x600b011000000140`Accent Grave
970x610b011000010141aLowercase a
980x620b011000100142bLowercase b
990x630b011000110143cLowercase c
1000x640b011001000144dLowercase d
1010x650b011001010145eLowercase e
1020x660b011001100146fLowercase f
1030x670b011001110147gLowercase g
1040x680b011010000150hLowercase h
1050x690b011010010151iLowercase i
1060x6A0b011010100152jLowercase j
1070x6B0b011010110153kLowercase k
1080x6C0b011011000154lLowercase l
1090x6D0b011011010155mLowercase m
1100x6E0b011011100156nLowercase n
1110x6F0b011011110157oLowercase o
1120x700b011100000160pLowercase p
1130x710b011100010161qLowercase q
1140x720b011100100162rLowercase r
1150x730b011100110163sLowercase s
1160x740b011101000164tLowercase t
1170x750b011101010165uLowercase u
1180x760b011101100166vLowercase v
1190x770b011101110167wLowercase w
1200x780b011010000170xLowercase x
1210x790b011010010171yLowercase y
1220x7A0b011010100172zLowercase z
1230x7B0b011010110173{Left Brace
1240x7C0b011011000174|Vertical Bar
1250x7D0b011011010175}Right Brace
1260x7E0b011011100176~Tilde
1270x7F0b011011110177Delete
 
 

© 2007–2024 XoaX.net LLC. All rights reserved.