This document provides an example of converting binary numbers to hexadecimal numbers. It shows that binary numbers are grouped into 4-bit groups starting from the decimal point moving left, then converted to their hexadecimal equivalent. So the binary number 1101100110101.101010011 would be converted to B 3 D . 5 11 in hexadecimal.