How do you convert hexadecimal to binary?
Divide the hexadecimal number by 2
Replace each hexadecimal digit with its binary equivalent
Multiply the hexadecimal number by 4
Sum the hexadecimal digits