UUID Generator
Generate UUID v1, v4, v5 and v7 identifiers in bulk.
About this tool
Generate UUIDs (Universally Unique Identifiers) for use as database keys, request IDs, file names, and anywhere you need collision-resistant unique values.
- v4 — pure random. Use by default.
- v7 — time-ordered (sortable). Best for primary keys / log-friendly ordering.
- v1 — timestamp + MAC. Legacy; rarely needed.
- v5 — deterministic from a name + namespace (DNS, URL, etc.).
Generated using the browser's crypto.getRandomValues API — cryptographically strong.
Related Tools
JSON Formatter & Validator
Format, validate and beautify JSON data with syntax highlighting.
JSON to CSV Converter
Convert JSON arrays to CSV files — perfect for spreadsheets.
Case Converter
Convert text between camelCase, snake_case, kebab-case, PascalCase, UPPERCASE and more.
Regex Tester & Visualizer
Test regular expressions with real-time match highlighting.