The document provides examples of converting between binary, decimal, and hexadecimal number systems. It includes converting individual binary, decimal, and hexadecimal numbers as well as converting numbers that have fractional parts. The conversions are done by dividing the number by the base (2 for binary, 10 for decimal, 16 for hexadecimal) and representing the remainders as the digits of the number in that number system.