36 chars · 1 line
Waiting for input
36 chars · 1 line
Waiting for input
UUID variant inspection
VetaTool accepts fourth-group variant nibbles from hexadecimal 8 through B. With a canonical UUID v4 and a fourth group beginning in 9, the real inspector returns Valid UUID v4. This tool is free to use. No account or payment is required.
Last updated
The current inspector implements a numeric range check: variant must be at least 8 and at most 11, corresponding to hexadecimal 8, 9, A, and B.
That is why changing only the fourth-group first digit can change validity without changing the reported UUID version.
The fourth group begins with 9 and the version nibble remains 4.
550e8400-e29b-41d4-9716-446655440000Valid UUID v4Common questions
No. UUID version comes from a different nibble in the third group. This example is still UUID v4.
No. VetaTool currently checks canonical text, version 1 through 8, and its RFC-compatible variant nibble range.
Debugging a specific UUID issue? Browse UUID troubleshooting.