Number System
A number system is a set of symbol use to represent a number or helps us for counting purpose. The symbols used in general can be referred as digits(or bits). The number of digits used in a number ...
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.