Base62
Base62 uses only alphanumeric characters (0-9, A-Z, a-z) with no special symbols. This makes it ideal for URL shorteners, short IDs, and anywhere you need compact identifiers that are safe in all contexts without percent-encoding.
Learn moreBase62 uses only alphanumeric characters (0-9, A-Z, a-z) with no special symbols. This makes it ideal for URL shorteners, short IDs, and anywhere you need compact identifiers that are safe in all contexts without percent-encoding.
Learn more