UCHK

UUID 校验

校验 UUID 格式与版本

🔒 100% client-side — your data never leaves this page
UUID Input
Validation Result
Validation result will appear here
🔒 100% client-side

About this tool

可批量校验 UUID 是否符合标准格式,并自动识别有效值的版本号。适合接口联调、数据库 ID 排查和测试数据检查等场景,帮助你快速定位非法 UUID 输入。工具完全在浏览器本地运行,数据不会上传。

Frequently Asked Questions

What UUID versions are supported?

This validator detects standard UUID versions v1 through v5 when format and variant bits are valid.

Can I validate multiple UUIDs at once?

Yes. Paste one UUID per line and the tool validates each line independently.

Is this the same as checking uniqueness?

No. The tool validates format and version bits, but it cannot guarantee global uniqueness.