UUID
018a1d2e-06ea-7150-a9cb-b29eb77f52f8
Result
Version 7 · Unix timestamp embedded
Developer Tools
Identify UUID version and variant, validate 32-hex structure, and extract embedded timestamps for V1, V6, and V7—all locally in the browser.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
开发工具
状态:等待输入
已复制
V4 is purely random, ensuring uniqueness but sacrificing DB insert order. V1 embeds your server MAC address & exact clock, good for legacy tracking but leaks infra info. The modern V7 embeds a Unix epoch timestamp at the very beginning to ensure sequential clustering in Database B-Trees, solving page-fragmentation while remaining anonymous.
UUID
018a1d2e-06ea-7150-a9cb-b29eb77f52f8
Result
Version 7 · Unix timestamp embedded
Yes. You still confirm random UUID type and variant; V4 has no recoverable timestamp.
Mainly V1, V6, and V7; others show version info without a timestamp.
Tools
Continue with another translated tool for a nearby task.
UUID Generator
Generate UUID v4 values in your browser with batch size and format options such as uppercase, no hyphens, and braces. Randomness comes from the native crypto API for test data and unique identifiers.
ULID Generator
Generate one or many ULIDs with timestamp-first Crockford Base32 encoding for sortable identifiers and database keys.
Hash Collision Calculator
Estimate the probability of at least one collision for a given hash bit length and sample size using the birthday-paradox approximation. Useful for short IDs and truncated checksums. Calculation stays in the browser.