Last active
January 17, 2020 08:23
-
-
Save wojciech-zurek/a1a6464ad210dddbedba34cd35f5bc30 to your computer and use it in GitHub Desktop.
ASCII compact tables of character set
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEC: | |
30 40 50 60 70 80 90 100 110 120 | |
---------------------------------- | |
0: ( 2 < F P Z d n x | |
1: ) 3 = G Q [ e o y | |
2: * 4 > H R \ f p z | |
3: ! + 5 ? I S ] g q { | |
4: " , 6 @ J T ^ h r | | |
5: # - 7 A K U _ i s } | |
6: $ . 8 B L V ` j t ~ | |
7: % / 9 C M W a k u DEL | |
8: & 0 : D N X b l v | |
9: ' 1 ; E O Y c m w | |
HEX: | |
2 3 4 5 6 7 | |
-------------- | |
0: 0 @ P ` p | |
1: ! 1 A Q a q | |
2: " 2 B R b r | |
3: # 3 C S c s | |
4: $ 4 D T d t | |
5: % 5 E U e u | |
6: & 6 F V f v | |
7: ' 7 G W g w | |
8: ( 8 H X h x | |
9: ) 9 I Y i y | |
A: * : J Z j z | |
B: + ; K [ k { | |
C: , < L \ l | | |
D: - = M ] m } | |
E: . > N ^ n ~ | |
F: / ? O _ o DEL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment