36 chars · 1 line
Waiting for input
36 chars · 1 line
Waiting for input
UUID variant inspection
Yes for the current inspector. A canonical UUID with the first digit of the fourth group set to hexadecimal A falls inside VetaTool's accepted 8-through-B RFC-compatible variant range. This tool is free to use. No account or payment is required.
Last updated
The canonical UUID pattern is case-insensitive hexadecimal, so A is a normal hexadecimal digit rather than special syntax.
In the current inspector, A is converted to decimal 10 and falls within the accepted variant range from 8 through 11.
The fourth group begins with hexadecimal A.
550e8400-e29b-41d4-a716-446655440000Valid UUID v4Common questions
Yes. The UUID format pattern is case-insensitive, and hexadecimal parsing treats A and a equivalently.
The version nibble is the first digit of the third group. The variant nibble is read separately from the fourth group.
Debugging a specific UUID issue? Browse UUID troubleshooting.