UUID Studio

UUID Validator

Verify UUID format and metadata.

  • đź”’ No data stored or uploaded
  • ⚡ 100% client-side
  • 🆓 Free, no account
Click Convert when ready

Override only when Auto cannot parse your paste. Changing this loads a matching sample into Input — click Convert to run. Use Load sample to cycle every format example.

All conversions

Read-only representations of the same 16 bytes. Every textual form is listed here, not in “Prefer format”.

Paste two values: if both sides are valid JSON, a structural diff appears; otherwise UUID / bytes are compared when both decode to the same format.

A
B

Create or edit JSON here (syntax colors), then format, validate, or convert - same as MongoDB $binary UUID blobs on the Convert tab once detected.

New document

Hash, HMAC, AES-GCM/CBC + RSA-OAEP, codecs, JWT decoding, UUID v4, and secure random - all client-side. JWTs use Base64URL (three segments), not a single MIME Base64 block - use Decode JWT below, not raw Base64 decode.

Examples

  • Valid UUID v1
    6ba7b810-9dad-11d1-80b4-00c04fd430c8
  • Valid UUID v4
    550e8400-e29b-41d4-a716-446655440000

About UUID Validator

Not every 36-character hyphenated string is actually a valid UUID - wrong nibble in the version field, invalid variant bits, or just malformed input from a flaky upstream system.

This checks the canonical 8-4-4-4-12 layout and reports the detected version and variant, purely structurally - no network calls, no false sense of cryptographic verification, just a fast sanity check before that string hits your database schema.

FAQ

Does it verify signatures?
No - structural validation only.