Hexadecimal number is converted into Binary number by breaking each digit of the given Hexadecimal number and writing its equivalent Binary(into a group of 4 BITS).
Example1;

Example2;

Check the equivalent values of digits in different number system from here.