Converting Hexadecimal Numbers into Binary
To convert a hexadecimal number into binary, write the 4-bit binary equivalent of each hexadecimal digit.
Converting Hexadecimal Numbers into Decimal
To convert a hexadecimal number into decimal, calculate the sum of the powers of 16 of the number.