Generate UUIDs (Universally Unique Identifiers) in various formats. Support for UUID v1, v4, and custom options.
Generated based on current timestamp and MAC address. Guarantees uniqueness across space and time but may reveal information about when and where it was generated.
6ba7b810-9dad-11d1-80b4-00c04fd430c8
Generated using random or pseudo-random numbers. Most commonly used version. Provides good uniqueness without revealing any information about the generator.
f47ac10b-58cc-4372-a567-0e02b2c3d479
Special case UUID with all bits set to zero. Used to represent the absence of a UUID or as a default value.
00000000-0000-0000-0000-000000000000
f47ac10b-58cc-4372-a567-0e02b2c3d479
F47AC10B-58CC-4372-A567-0E02B2C3D479
{f47ac10b-58cc-4372-a567-0e02b2c3d479}
f47ac10b58cc4372a5670e02b2c3d479