-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBinaryChars.json
More file actions
129 lines (129 loc) · 3.14 KB
/
BinaryChars.json
File metadata and controls
129 lines (129 loc) · 3.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"CharToBin": {
" ": "1000000",
"a": "0000001",
"b": "0000010",
"c": "0000011",
"d": "0000100",
"e": "0000101",
"f": "0000110",
"g": "0000111",
"h": "0001000",
"i": "0001001",
"j": "0001010",
"k": "0001011",
"l": "0001100",
"m": "0001101",
"n": "0001110",
"o": "0001111",
"p": "0010000",
"q": "0010001",
"r": "0010010",
"s": "0010011",
"t": "0010100",
"u": "0010101",
"v": "0010110",
"w": "0010111",
"x": "0011000",
"y": "0011001",
"z": "0011010",
"1": "0011011",
"2": "0011100",
"3": "0011101",
"4": "0011110",
"5": "0011111",
"6": "0100000",
"7": "0100001",
"8": "0100010",
"9": "0100011",
"0": "0100100",
"-": "0100101",
"=": "0100110",
".": "0100111",
",": "0101000",
";": "0101001",
"/": "0101010",
"\u00e0": "0101011",
"\u00e2": "0101100",
"\u00e7": "0101101",
"\u00e8": "0101110",
"\u00e9": "0101111",
"\u00ea": "0110000",
"\u00ee": "0110001",
"\u00ef": "0110010",
"\u00fb": "0110011",
"|": "0110100",
"[": "0110101",
"]": "0110110",
"\"": "0110111",
"\ud83d\udfe7": "0111000",
"\ud83d\udfe8": "0111001",
"\ud83d\udfe9": "0111010",
"\ud83d\udfe6": "0111011",
"\ud83d\udfea": "0111100",
"\u2b1c": "0111101",
"\u25b6": "0111110",
"A": "1000001",
"B": "1000010",
"C": "1000011",
"D": "1000100",
"E": "1000101",
"F": "1000110",
"G": "1000111",
"H": "1001000",
"I": "1001001",
"J": "1001010",
"K": "1001011",
"L": "1001100",
"M": "1001101",
"N": "1001110",
"O": "1001111",
"P": "1010000",
"Q": "1010001",
"R": "1010010",
"S": "1010011",
"T": "1010100",
"U": "1010101",
"V": "1010110",
"W": "1010111",
"X": "1011000",
"Y": "1011001",
"Z": "1011010",
"!": "1011011",
"@": "1011100",
"#": "1011101",
"$": "1011110",
"%": "1011111",
"?": "1100000",
"&": "1100001",
"*": "1100010",
"(": "1100011",
")": "1100100",
"_": "1100101",
"+": "1100110",
"invalid": "1100111",
"'": "1101000",
":": "1101001",
"~": "1101010",
"\u00c0": "1101011",
"\u00c2": "1101100",
"\u00c7": "1101101",
"\u00c8": "1101110",
"\u00c9": "1101111",
"\u00ca": "1110000",
"\u00cc": "1110001",
"\u00cf": "1110010",
"\u00db": "1110011",
"\u00a6": "1110100",
"{": "1110101",
"}": "1110110",
"^": "1110111",
">": "1111000",
"<": "1111001",
"\u2588": "1111010",
"\u27a1": "1111011",
"\u2b05": "1111100",
"\u2b06": "1111101",
"\u2b07": "1111110"
}
}