Binary to Hexadecimal (split into nibbles)
each hexadecimal character is equal to a nibble in binary
split the binary code into 4-bits to convert binary to hex
add up the top values if they have a 1 in the column below
binary number 10111001 is B9 in hexadecimal