base22
Base22 is a positional numeral system with a radix of 22. In a base-22 representation, numbers are written using 22 distinct symbols corresponding to the values 0 through 21. A common convention is to use the digits 0–9 followed by the uppercase letters A–L, where A represents 10 and L represents 21. Some implementations adopt alternative symbol sets or omit certain letters to reduce ambiguity.
In base-22, each digit represents a power of 22. A number is formed by summing each digit
Example: with the digit mapping 0–9 and A–L (A=10, B=11, ..., L=21), the decimal number 100 equals 4C
Base-22 is not as widely standardized or adopted as base-10, base-16, or base-36. It can be used