1. UUID versions and variants
A UUID (Universally Unique Identifier) is a 36-character, 8-4-4-4-12 hexadecimal string. The first digit of the third group is the version (v1 time+MAC, v4 random, v6 reordered time, v7 Unix-time based); the top bits of the first digit of the fourth group are the variant (usually RFC 4122/9562, values 8βb). This tool detects both automatically.