UUID Generator
Generate UUID v4 / v7 / ULID / NanoID
UUID Generator is a free online Developer tool. Generate UUID v4 / v7 / ULID / NanoID Related terms: uuid · guid · nanoid · 雪花id · snowflake. Use it on this page without signing in.
550e8400-e29b-41d4-a716-446655440000使用说明
- 选择需要的 ID 类型(UUID v4/v7、ULID、NanoID)
- 设置生成数量和 NanoID 长度
- 点击「生成」按钮批量产出
- 点击单条或全部复制结果
常见问题
- 生成的 ID 会重复吗? v4 基于随机数,理论碰撞概率极低;v7/ULID 含时间戳,天然有序
- 数据处理安全吗? 使用浏览器密码学随机数生成,不联网
- v4 和 v7 怎么选? 需要排序选 v7,纯随机选 v4
补充说明
NanoID 比 UUID 更短(默认 21 字符),URL 安全,适合做前端短标识;ULID 同样有序且大小写敏感排序友好。
More Developer
View allJSON Formatter
Format, minify, validate JSON, convert to Go struct / TS interface
JSON Field Search
Search JSON by field, value or path with highlights, supports jq expressions
Timestamp Converter
Convert between Unix timestamps and dates, seconds and milliseconds
Cron Expression
Generate and parse cron expressions, preview next run time
Hash Calculator
Compute MD5 / SHA1 / SHA256 / SHA512 of text or files
JWT Decoder
Decode JWT header and payload, view expiry time
URL Encoder / Decoder
Encode and decode URL / URI components
HTTP Status Codes
Quick reference of HTTP status codes, meaning and usage
FAQ about UUID Generator
What can UUID Generator do?
UUID Generator is a Developer tool. Generate UUID v4 / v7 / ULID / NanoID You can finish the job on this page.
Who should use UUID Generator?
Anyone handling uuid · guid · nanoid · 雪花id · snowflake who does not want to install desktop software can use UUID Generator in the browser.
Is UUID Generator safe? Is my data uploaded?
This tool runs in your browser. We do not collect the content you enter into UUID Generator just because you used it.
What similar tools exist?
Related tools in the same Developer group are listed at the bottom of this page.