UUID Decoder — Decode UUID Versions and Timestamps Online
Decode any UUID to see its version, variant, and structure. Shows whether it's time-based (v1), random (v4), or time-ordered (v7). Extracts the node identifier. 100% local.
Last updated:
CommentsPaste a UUID to decode its version, variant, and structure. See if it's time-based (v1), random (v4), or time-ordered (v7).
4
Random (v4)
Reserved
44:66:55:44:00:00
What is UUID Decoder?
UUID (Universally Unique Identifier) version encodes metadata about how the UUID was generated. v1 encodes a timestamp and MAC address. v4 is fully random. v7 encodes a timestamp for sortability. This decoder extracts version, variant, and node information from any valid UUID.
How to decode a UUID
- 1Paste any UUID (with or without dashes).
- 2The version, type, variant, and node info appear automatically.
Frequently Asked Questions
How can I tell if a UUID is v1 or v4?
Check the 13th character: 1 = time-based (v1), 4 = random (v4), 7 = time-ordered (v7). Our decoder extracts this automatically.
Does v1 UUID contain a timestamp?
Yes — UUID v1 encodes the creation time as a 60-bit timestamp in 100-nanosecond intervals since October 15, 1582 (Gregorian calendar). Our decoder extracts and displays the time components.
Try Next
ULID
Generate ULID (Universally Unique Lexicographically Sortable Identifier) strings — 26 characters, 48-bit millisecond timestamp + 80-bit randomness, Crockford Base32. Bulk generate up to 1000. 100% local.
Related Tools
QR Code
Generate QR codes online for URLs, text, WiFi credentials, and more. Download as PNG or SVG. Everything runs locally.
UUID Generator
Generate random UUIDs (v4) and time-ordered UUIDs (v7) online. Bulk generate up to 1000 at once and copy with one click.
Lorem Ipsum
Generate placeholder Lorem Ipsum text by words, sentences, or paragraphs for mockups, wireframes, and design drafts. Free, no signup, runs entirely in your browser.
Password Generator
Generate strong, random passwords with customizable length and character sets. Free, no signup — cryptographically secure via crypto.getRandomValues, runs entirely in your browser.
UUID v7 Generator
Generate UUID v7 identifiers online (RFC 9562). The first 48 bits encode a Unix millisecond timestamp, so v7 UUIDs sort lexicographically by creation time — dramatically better as a database primary key than v4. Bulk generate up to 1000 and inspect the embedded timestamp for each. 100% local.
NanoID
Generate NanoID strings online — 21 characters, URL-safe alphabet (a-Z, 0-9, -, _), same collision safety as UUID v4 in 40% less space. Bulk generate up to 1000 with custom length. 100% local.