UUID Generator
Generate unique identifiers for databases, APIs, and applications
UUID v6 Generator
Time-basedGenerate time-based UUID v6 identifiers with reordered timestamp fields for better sorting
What is UUID v6?
UUID v6 is a time-ordered unique identifier (k-sortable) compatible with RFC 9562. It combines the timestamp-based structure of v1 with proper lexicographic sorting, making it ideal for database primary keys where locality and performance matter.
| Version | Time-based | Sortable | Best Use Case |
|---|---|---|---|
| v1 | Legacy systems | ||
| v4 | Random IDs, security | ||
| v6 | Modern databases | ||
| v7 | Latest standard (2024) |
UUID v6 is a time-ordered variant that maintains lexicographic sorting while providing better performance than v1
UUID Information
RFC 4122 Compliant
All UUIDs generated follow the official RFC 4122 standard.
Cryptographically Secure
UUID v4 uses cryptographically secure random number generation.
No Server Storage
All generation happens in your browser. Nothing is stored on our servers.