Last active
November 24, 2018 23:55
-
-
Save harrisonmalone/1fcc6b2f9dabd873d668fa0b8643d7c5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | HEX | |
---|---|---|
0 | 0 | |
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | A | |
11 | B | |
12 | C | |
13 | D | |
14 | E | |
15 | F | |
16 | 10 | |
17 | 11 | |
18 | 12 | |
19 | 13 | |
20 | 14 | |
21 | 15 | |
22 | 16 | |
23 | 17 | |
24 | 18 | |
25 | 19 | |
26 | 1A | |
27 | 1B | |
28 | 1C | |
29 | 1D | |
30 | 1E | |
31 | 1F | |
32 | 20 | |
33 | 21 | |
34 | 22 | |
35 | 23 | |
36 | 24 | |
37 | 25 | |
38 | 26 | |
39 | 27 | |
40 | 28 | |
41 | 29 | |
42 | 2A | |
43 | 2B | |
44 | 2C | |
45 | 2D | |
46 | 2E | |
47 | 2F | |
48 | 30 | |
49 | 31 | |
50 | 32 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment