H ToolHub / 所有工具 / UUID 生成器
🔑 加密安全

UUID 生成器

在线 UUID/GUID 生成器,支持 UUID v4 和 v7 版本,批量生成唯一标识符。

 

什么是 UUID?

UUID(Universally Unique Identifier,通用唯一标识符)是一种 128 位的标识符标准,用于在分布式系统中唯一标识信息。UUID 的重复概率极低,因此不需要中央注册机构即可生成。

本工具支持两种 UUID 版本:

  • UUID v4:基于随机数生成,是最常用的版本,适合大多数场景
  • UUID v7:基于时间戳排序,生成的 UUID 在数据库中索引效率更高

UUID 的常见格式为 8-4-4-4-12 的 36 个字符(含连字符),如 550e8400-e29b-41d4-a716-446655440000。

What is a UUID?

A UUID (Universally Unique Identifier) is a 128-bit identifier standard used to uniquely identify information in distributed systems. The probability of UUID duplication is extremely low, allowing generation without a central registration authority.

This tool supports two UUID versions:

  • UUID v4 — Generated from random numbers, the most commonly used version for most scenarios
  • UUID v7 — Time-ordered, more efficient for database indexing

A typical UUID is 36 characters (including hyphens) in the format 8-4-4-4-12, e.g., 550e8400-e29b-41d4-a716-446655440000.