Base62 Converter
Convert numbers between decimal and Base62 β the URL-shortener alphabet (0-9, A-Z, a-z).
Runs locally in your browser. Your input is not uploaded.
How to Use
- 1
Enter numbers or Base62 strings
One per line.
- 2
Choose the direction
Decimal β Base62 for creating slugs, reverse for decoding them.
- 3
Copy the results
Use the compact IDs in URLs and references.
Frequently Asked Questions
- A numeral system using 0-9, A-Z, and a-z β 62 URL-safe symbols with no padding or special characters. It is the classic URL-shortener encoding.
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