UUID Formats Converter
Convert UUIDs between standard, braces, URN, no-hyphens, Base64, and integer formats
UUID Format Converter
Generate or paste a UUID to see all formats
All Formats
UUID v4 Structure (128 bits)
Bytes 0–3 (time_low)
Bytes 4–5 (time_mid)
Bytes 6–7 (version + time_hi)
Bytes 8–9 (variant + clock_seq)
Bytes 10–15 (node)
• Bits 48–51 (byte 6, high nibble): Version = 4
• Bits 64–65 (byte 8, high bits): Variant = 10xx (RFC 4122)
• Remaining 122 bits are cryptographically random (v4)
继续探索
您可能喜欢的其他 安全工具…
Password Strength Checker
Check password strength and get suggestions to improve security
二维码生成
为链接、文本等生成二维码
QR Code Reader
Read and decode QR codes from uploaded images
Barcode Generator
Generate barcodes in CODE128, EAN-13, and other formats
SSH 密钥生成器
使用 Web Crypto API 生成 Ed25519 或 ECDSA SSH 密钥对——100% 在浏览器中运行
RSA 密钥生成器
使用 Web Crypto API 生成 PEM 格式的 2048 位或 4096 位 RSA 密钥对——100% 在浏览器中运行
Hash Compare
Compare two hash values to verify file integrity or passwords
TOTP / 2FA 生成器
从密钥生成基于时间的一次性密码(TOTP)——兼容 Google Authenticator