UUID / GUID Generator
Generate UUID v1, v4, and v5 identifiers instantly
Client-sidev1 / v4 / v5Bulk Generate
Generate Single UUID
Bulk Generate
What is a UUID?
A UUID (Universally Unique Identifier) is a 128-bit number used to uniquely identify information without requiring a central authority. They are commonly used as primary keys in databases, session tokens, resource identifiers in APIs, and anywhere a globally unique ID is needed.
UUID Versions
| Version | Method | Use Case |
|---|---|---|
| v1 | Timestamp + MAC address | Time-ordered, sortable IDs |
| v4 | Random numbers | Most common; general purpose |
| v5 | SHA-1 hash of namespace + name | Deterministic (same input = same UUID) |
Explore More
JWT DecodeInspect and verify JSON Web Token payloads and headers.
Hash GeneratorGenerate MD5, SHA-1, SHA-256, SHA-512 hashes from any text.
Certificate DecoderParse and inspect SSL/PEM certificates in your browser.
SAML DecoderDecode Base64-encoded SAML responses and inspect XML.
Base64 EncodeConvert plain text or binary data into Base64 format instantly.
Base64 DecodeDecode Base64 strings back to readable text or binary data.
URL Encode/DecodeEncode or decode URLs, query strings and special characters.
HTML Entity Encode/DecodeConvert HTML special characters to entities and back.
