You can use the following table to convert hex to binary, and then format it in Markdown for GitHub:
Hex | Binary |
---|---|
0 | 0000 |
1 | 0001 |
2 | 0010 |
3 | 0011 |
4 | 0100 |
5 | 0101 |
6 | 0110 |
7 | 0111 |
8 | 1000 |
9 | 1001 |
A | 1010 |
B | 1011 |
C | 1100 |
D | 1101 |
E | 1110 |
F | 1111 |
try it out at https://a808ed8a-86fd-42a0-9b73-90deebf2bce4-00-3nzrnvsdz35kd.worf.replit.dev Now, let's convert hex 6C16 to binary and format it in Markdown:
6C16 = 6 C = 110 1100 = 11011002
You can use this format to present your hex to binary conversions in Markdown on GitHub.