Generate UUID v4 and v7 online. Bulk generation, uppercase, no-dash formatting. Cryptographically secure.
Select v4 for a fully random UUID or v7 for a time-sortable UUID. v7 is ideal for database primary keys.
Toggle uppercase or no-dash formatting to match your project requirements.
Click Copy to grab your UUID. Enable Bulk Generate to create up to 50 UUIDs at once.
UUID v4 is fully random, making it great for general-purpose unique identifiers. UUID v7 embeds a Unix timestamp in the first 48 bits, so UUIDs sort chronologically — perfect for database primary keys where insert order matters.
Yes. Both v4 and v7 UUIDs use your browser's crypto.getRandomValues() API for the random portions. This is the same cryptographic random number generator used in encryption and security applications.
If your database uses B-tree indexes (most do), UUID v7 is an excellent choice. The time-sorted prefix means new rows are always appended to the end of the index, avoiding the random write patterns that UUID v4 causes. This can significantly improve insert performance.
Yes. GUID (Globally Unique Identifier) is Microsoft's term for the same concept. UUIDs and GUIDs follow the same RFC 4122 standard and are fully interchangeable.
Generate strong, random passwords with customizable length and character options.
Open ToolDecode and inspect JSON Web Tokens. View header, payload, and check expiration status.
Open ToolEncode and decode text to Base64 with URL-safe mode and Unicode support.
Open Tool