There are several number systems that can be used to represent numbers, which can be categorized as positional or non-positional. Commonly used positional systems include decimal, binary, octal, and hexadecimal. Different systems use different bases and symbols to represent values. Numbers can be converted between systems using techniques like successive division, weighted multiplication, or grouping bits. Understanding different number systems is important for both humans and computers.