<p>Do you guys know of any shortcuts to converting from binary to hex?</p>
<p>I’ve been doing it the slow way by identifying the groups of 4 and their respective hex equivalents. To do this, I usually have to look up the table or if I’m not given the table, I have to write it out myself like so:
0000
0001
0010
0011
.
.
.
1111</p>
<p>I don’t like this method as it’s slow and if I write down that table wrong, I’ll get the answer wrong.</p>