The document discusses the hexadecimal number system which uses base 16. It has ten symbols (0-9 and A-F) to represent values. The document provides examples of converting hexadecimal numbers to decimal and vice versa. Conversions are done by treating each hexadecimal digit as a power of 16 and summing the place values.