Decimal → Base36
Result
—
About this tool
Encodes a decimal integer into Base36 (0-9, A-Z).
Example
Input: 12345 Output: 9IX
Conversion formula
Repeated division by 36; collect remainders as digits.
—
Encodes a decimal integer into Base36 (0-9, A-Z).
Input: 12345 Output: 9IX
Repeated division by 36; collect remainders as digits.