36 chars · 1 line
Waiting for input
36 chars · 1 line
Waiting for input
UUID variant inspection
The first hexadecimal digit of a UUID's fourth group participates in variant encoding. VetaTool's current inspector accepts hexadecimal 8 through B as its RFC-compatible range, so a canonical UUID v4 with a fourth group beginning in 8 passes. This tool is free to use. No account or payment is required.
Last updated
The version nibble is read from the third group while the validator reads the variant nibble from the fourth group.
Passing both checks yields the version label. This does not prove every version-specific field was generated according to a particular algorithm.
The fourth group begins with 8 and the version nibble is 4.
550e8400-e29b-41d4-8716-446655440000Valid UUID v4Common questions
The current UI label reports validity and UUID version. Variant acceptance is part of the validation decision rather than a separate output label.
The current inspector rejects variant nibble values below 8 as Invalid RFC 4122 UUID.
Debugging a specific UUID issue? Browse UUID troubleshooting.