Base36 Converter
Convert numbers between decimal and Base36 β compact alphanumeric IDs using 0-9 and a-z.
Runs locally in your browser. Your input is not uploaded.
How to Use
- 1
Enter values
One number per line β decimal or Base36 depending on direction.
- 2
Pick the direction
Decimal β Base36 or Base36 β Decimal.
- 3
Copy the results
Each line shows input β output.
Frequently Asked Questions
- A numeral system using digits 0-9 and letters a-z β 36 symbols total. It is the densest case-insensitive alphanumeric encoding, popular for short IDs and license keys.
Related Tools
Base64 EncoderEncode text and binary data as Base64Base32 EncoderEncode or decode Base32 per RFC 4648URL EncoderPercent-encode and decode URLsHash GeneratorGenerate MD5, SHA-1, and SHA-256 hashesHMAC GeneratorCreate HMAC signatures with a secret keyBcrypt GeneratorHash and verify passwords with bcryptPassword GeneratorStrong random passwords with strength indicatorPassphrase GeneratorGenerate memorable multi-word passphrases