36 chars · 1 line
Needs attention
36 chars · 1 line
Needs attention
UUID variant bits
After canonical format and version checks, VetaTool reads the first hexadecimal character of the fourth group. The validator accepts the RFC 4122 variant range represented by hexadecimal 8 through B; the example starts with 7 and is rejected. This tool is free to use. No account or payment is required.
Last updated
A UUID may carry a version 4 nibble while still failing the variant test. VetaTool reports both unsupported version and unsupported variant cases with the same invalid RFC 4122 UUID label after format matching succeeds.
The fourth group starts with 7, outside the accepted RFC 4122 variant range.
550e8400-e29b-41d4-7716-446655440000Invalid RFC 4122 UUIDCommon questions
The current validator accepts hexadecimal 8 through B for the first digit of the fourth group.
No. The version is read from the third group, while the variant is read from the fourth group.
Debugging a specific UUID issue? Browse UUID troubleshooting.