ULID Generator

Generate Universally Unique Lexicographically Sortable Identifiers — time-ordered, URL-safe 26-character IDs.

About ULIDs

A ULID is a 26-character string using Crockford Base32 encoding. The first 10 characters encode the millisecond timestamp, and the last 16 characters are random. ULIDs are monotonically sortable, URL-safe, and case-insensitive — a great alternative to UUID v4.

FAQ

Is ULID Generator free to use?

Yes, ULID Generator is completely free to use on UtilityCove.

Does ULID Generator upload my data?

No. ULID Generator runs in your browser, so your input stays on your device.

Can I use ULID Generator on mobile?

Yes. ULID Generator works on modern mobile and desktop browsers.