Definition
A number system is a way to represent numbers using a set of
symbols (digits).
In computers, everything (numbers, text, images, sound) is
ultimately stored as binary numbers (0 and 1). But we often use
other number systems (decimal, octal, hexadecimal) for
convenience.