Binary to Decimal = STACK your numbers (no calculators allowed!)
Binary to Hexadecimal = SPLIT into NIBBLES (4 bits); remember: double digits turn into A-F
Hexadecimal to Decimal = Turn into NIBBLES, then add like normal binary