ULID Generator

Generate sortable, URL-safe ULID identifiers.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

URL-safe ULID generator

A ULID is a 26-character identifier: a 48-bit timestamp followed by 80 bits of randomness, encoded in Crockford base32. That layout makes ULIDs lexicographically sortable by creation time, case-insensitive, and free of characters that need URL escaping — a compact, friendly alternative to UUIDs.

Compared with hyphenated UUIDs, ULIDs are shorter and cleaner in URLs and logs while keeping global uniqueness and time-ordering. Generate one or a sortable batch of up to a thousand, optionally lowercase, all in your browser — nothing is uploaded.

Ad placeholder (rectangle)