36 chars · 1 line
Waiting for input
36 chars · 1 line
Waiting for input
UUID version validation
A canonical UUID whose first digit in the third group is 2 is labeled UUID v2 when its RFC variant bits are also accepted. VetaTool reports that encoded version without claiming to validate DCE Security UUID semantics. This tool is free to use. No account or payment is required.
Last updated
The version number is encoded in the first hexadecimal digit of the third UUID group. In this example that digit is 2, so the inspector reports UUID v2.
UUID v2 has specialized historical semantics. The validator does not inspect domain, local identifier, or other DCE-specific meaning.
VetaTool reads the UUID version nibble and RFC-compatible variant range. It does not reconstruct how the identifier was generated or validate every version-specific timestamp, namespace, hash, random, or custom field.
Treat the result as structural UUID inspection. Protocols and applications can impose additional requirements beyond the encoded version number.
This structural sample carries version nibble 2 and an RFC-compatible variant. RFC 9562 reserves UUIDv2 for DCE Security while leaving its detailed field semantics to the DCE specifications.
550e8400-e29b-21d4-a716-446655440000Valid UUID v2Common questions
Yes. Canonical UUID text with version nibble 2 and RFC-compatible variant bits is labeled Valid UUID v2.
No. The validator confirms canonical text, the encoded version nibble, and RFC-compatible variant bits. It does not verify generator provenance or all version-specific field semantics.
Debugging a specific UUID issue? Browse UUID troubleshooting.