🆔 UUID Generator

Generate unique identifiers

Generated UUIDs

12a71668-669b-4f18-b0fc-097f1547e325

📖 About UUIDs

UUID v4 (Random): Generated using random numbers. Most commonly used version with extremely low collision probability.

UUID v1 (Time-based): Generated using timestamp and MAC address. Useful when you need sortable IDs.

Format: xxxxxxxx-xxxx-Mxxx-Nxxx-xxxxxxxxxxxx where M is version and N is variant.