Random XID Generator

1-50 XIDs
Generated locally in your browser with the Web Crypto API. Multiple XIDs copy as newline-separated text.

Sortable unique IDs

XIDs pack a 32-bit Unix-seconds timestamp with a machine id, process id, and counter into 12 bytes, base32-encoded to compact, URL-safe, 20-character lowercase identifiers that sort by creation time — the format popularized by the rs/xid library.

Generate one XID or a batch of up to 50 for seed data, fixtures, API examples, and database rows.