UUID / GUID 生成器
生成随机的 UUID(v4)或基于时间戳的 UUID(v1)。一次最多生成 100 个,可切换连字符或字母大小写。
功能特性
UUID v1 & v4
Bulk generate (1-100)
Uppercase / lowercase
With / without hyphens
Copy all
使用方法
1. 选择版本(v4 随机 或 v1 时间戳)。
2. 设置数量与格式选项。
3. 点击「生成」—— 可单独复制每个 UUID,也可一键复制全部。
常见问题
What is a UUID?
A UUID (Universally Unique Identifier) is a 128-bit identifier that is unique across time and space.
What is the difference between UUID v1 and v4?
UUID v1 is generated from timestamp and MAC address, while v4 is completely random.