This document provides an overview of different number systems including decimal, binary, octal, and hexadecimal. It defines each system, their bases, examples of conversions between them, and their uses in computing. Decimal is base 10, binary is base 2, octal is base 8, and hexadecimal is base 16. Conversions between binary, decimal, octal and hexadecimal are demonstrated through examples. Number systems are important in computing because binary is used for electronic circuitry, octal and hexadecimal allow more compact notation than binary, and decimal is used for basic calculations.