UUID Generator
Generate up to 100 UUID v4 values at once, with uppercase and hyphen options.
FAQ
Are the generated UUIDs secure?
Yes. They come from the browser's crypto.randomUUID(), which is cryptographically secure, and never leave your device.
Can UUIDs collide?
UUID v4 has 122 random bits, so collisions are practically impossible even across billions of values.
Related tools
Instantly compute SHA-256, SHA-1 and SHA-512 hashes of any text.
Encode text to Base64 or decode Base64 back to text, with full Unicode support.
Parse a cron expression field by field and compute the next 5 run times.
Compare two texts line by line and highlight added and removed lines.
Decode a JWT's header and payload and convert time claims like exp to readable dates.
Convert numbers between binary, octal, decimal, and hexadecimal. Handles very large integers exactly, all in your browser.