36 chars · 1 line
Waiting for input
36 chars · 1 line
Waiting for input
UUID variant inspection
VetaTool converts the first digit of the fourth UUID group from hexadecimal and accepts values 8 through 11. Hexadecimal B equals decimal 11, so it is the upper accepted boundary in the current variant check. This tool is free to use. No account or payment is required.
Last updated
The current inspector's explicit numeric check accepts variant values from 8 through 11 inclusive. B is 11 in hexadecimal, so it passes.
A value such as C converts to 12 and fails with Invalid RFC 4122 UUID even when the rest of the UUID is canonical.
The fourth group begins with hexadecimal B and the UUID remains version 4.
550e8400-e29b-41d4-b716-446655440000Valid UUID v4Common questions
No. The current inspector accepts only hexadecimal 8, 9, A, and B for its RFC-compatible variant range.
No. The version remains 4 because version and variant are encoded in different UUID positions.
Debugging a specific UUID issue? Browse UUID troubleshooting.