To convert binary numbers to hexadecimal, all you need is your adding and counting skill; since binary and hexadecimal are both power 2, this is simpler when converting than other general conversions.
here are tips on how to convert binary number to hexadecimal
1. Find a line of up to four binary numbers to convert; a binary number is 1 and 0 while a hexadecimal number can be 0 to 9
2. Write a small one above the last digit,
3. Write a small 2 on the second,4 above the third, and 8 above the eight
4. Count out how many of each place you have
5. Add your four number together
6. Change any number above 9 into a letter