-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbinary_code.json
More file actions
74 lines (74 loc) · 1.26 KB
/
binary_code.json
File metadata and controls
74 lines (74 loc) · 1.26 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
{
"A": "1100000",
"B": "1100001",
"C": "1100010",
"D": "1100011",
"E": "1100100",
"F": "1100101",
"G": "1100110",
"H": "1100111",
"I": "1101000",
"J": "1101001",
"K": "1101010",
"L": "1101011",
"M": "1101100",
"N": "1101101",
"O": "1101110",
"P": "1101111",
"Q": "1110000",
"R": "1110001",
"S": "1110010",
"T": "1110011",
"U": "1110100",
"V": "1110101",
"W": "1110110",
"X": "1110111",
"Y": "1111000",
"Z": "1111001",
"a": "0000",
"b": "1000000",
"c": "1000001",
"d": "1000010",
"e": "0001",
"f": "1000011",
"g": "1000100",
"h": "0010",
"i": "0011",
"j": "1000101",
"k": "1000110",
"l": "1000111",
"m": "1001000",
"n": "0100",
"o": "0101",
"p": "1001001",
"q": "1001010",
"r": "1001011",
"s": "0110",
"t": "0111",
"u": "1001100",
"v": "1001101",
"w": "1001110",
"x": "1001111",
"y": "1010000",
"z": "1010001",
".": "101111",
",": "1111011",
"-": "1111100",
"!": "1111101",
'"': "1111110",
"'": "1111111",
"\n":"1010010",
" ": "1010011",
"th": "1010100",
"er": "1010101",
"an": "1010110",
"on": "1010111",
" and ": "1011000",
" the": "1011001",
"to": "1011010",
" you": "1011011",
"of": "1011100",
"be": "1011101",
"in": "1011110",
"is": "1011111"
}