It depend on the UUID version you're using. Version 4 (Random) will always have that value be 4 as per RFC 9562. So 99999999-9999-9999-9999-999999999999 is a valid UUID but not a valid UUID v4. If you wanted to be pedantic the website should have been named https://everyuuidv4.com/
The values are hexidecimal, so all "9s" isn't the biggest UUID, but all "f's". Specifically, I think: `ffffffff-ffff-4fff-bfff-ffffffffffff`.
The "4" in the 3rd block is the only permitted value as these UUIDs are using the GUIDv4 format. I'm not sure what's going on in the 4th block, but the references and linked RFC in the Wikipedia article might reveal more details: https://en.wikipedia.org/wiki/Universally_unique_identifier#...
dmlittle|1 year ago
https://datatracker.ietf.org/doc/html/rfc9562
saagarjha|1 year ago
savef|1 year ago
The "4" in the 3rd block is the only permitted value as these UUIDs are using the GUIDv4 format. I'm not sure what's going on in the 4th block, but the references and linked RFC in the Wikipedia article might reveal more details: https://en.wikipedia.org/wiki/Universally_unique_identifier#...
Dylan16807|1 year ago
MBCook|1 year ago
It’s the smallest that’s less than zero right?
Dylan16807|1 year ago
Also you'll find that the first character of the 4th block is forced to be 8, 9, a, or b. That's true of standard UUIDs of any version.
unknown|1 year ago
[deleted]
ajsfoux234|1 year ago
If you were looking for the biggest hexadecimal UUID, find one with f instead of 9.
shreddit|1 year ago
unknown|1 year ago
[deleted]