This document introduces number systems such as binary, decimal, octal and hexadecimal. It discusses how numbers are represented in these different systems using place values that are powers of the respective base. Decimal uses base 10, binary uses base 2, octal uses base 8 and hexadecimal uses base 16. Conversion between these number systems involves expressing the number in its place value form and then summing the place values weighted by the respective digits. The document provides examples of converting between decimal, binary, octal and hexadecimal numbers.