What is a number base?
A number base (or radix) defines how many unique digits a positional system uses. Base 10 uses digits 0 through 9, base 2 uses 0 and 1, and base 16 uses 0 through F. Bases above 10 use letters A through Z as additional digit symbols.
Arithmetic rules are identical regardless of base: you carry when a column sum reaches the base value. Only the digit set and carry threshold change.