Here is a list of other systems:
- Babylonian numerals
- Egyptian numerals
- Aegean numerals
- May numerals
- Chinese numerals
These system are far older than the current system. How did it get to be known and used internationally by nearly every cultures these days?
For short, positional numeral systems offer the great advantage to have efficient algorithms for the computation of sum and products, easy to use in everyday life. The base $10$ is more or less accidental (besides we having $10$ fingers, on average): for instance, there would be many efficient divisibility tests in base $60$ (since $60$ has a lot of divisors), but $60$ figures are hard to memorize, while in base $2$ "everyday numbers" tend to have too long representations. Base $10$ is a good compromise, even if base $12$ would have probably been better.