CalculateItToday

UUID Generator

Generate universally unique identifiers (UUID/GUID) for database records, APIs, and distributed systems.

UUID Generator

UUID Options

About UUIDs

UUID Versions

UUID v1: Time-based with MAC address and clock sequence
UUID v3: MD5 hash of namespace and name
UUID v4: Randomly generated (most common)
UUID v5: SHA-1 hash of namespace and name

Common Use Cases

Database Records: Primary keys and unique identifiers
API Development: Resource identification and tracking
Distributed Systems: Cross-system entity identification
File Systems: Unique file and directory identifiers

UUID Format

Standard Format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

Example: 550e8400-e29b-41d4-a716-446655440000

Structure: 8-4-4-4-12 hexadecimal characters (32 total)