Group the binary digits into sets of 4 from right to left
Add leading zeros to the leftmost group if needed
Convert each 4-bit group to its hexadecimal equivalent
Combine the hexadecimal digits in the same order
Example: 10110110 = 1011 0110 = B6
Group the binary digits into sets of 4 from right to left
Add leading zeros to the leftmost group if needed
Convert each 4-bit group to its hexadecimal equivalent
Combine the hexadecimal digits in the same order
Example: 10110110 = 1011 0110 = B6