セキュリティ

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

Standard (lowercase)
04824b04-aa33-4d36-964a-3b5a0fd1e523
Uppercase
04824B04-AA33-4D36-964A-3B5A0FD1E523
No Hyphens
04824b04aa334d36964a3b5a0fd1e523
With Braces
{04824b04-aa33-4d36-964a-3b5a0fd1e523}
URN
urn:uuid:04824b04-aa33-4d36-964a-3b5a0fd1e523
Base64
BIJLBKozTTaWSjtaD9HlIw==
Base62 (short)
8vvPu4A8NK8EIkzaTz4ht
Integer (BigInt)
5993432125056586531265241408026567971
Version
v4
Variant
RFC 4122 (standard)

UUID v4 Structure (128 bits)

Bytes 0–3 (time_low)

00000100 10000010 01001011 00000100

Bytes 4–5 (time_mid)

10101010 00110011

Bytes 6–7 (version + time_hi)

01001101 00110110

Bytes 8–9 (variant + clock_seq)

10010110 01001010

Bytes 10–15 (node)

00111011 01011010 00001111 11010001 11100101 00100011

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)

お探しのツールはありますか?

コミュニティの声をもとに無料ツールを作っています。ワークフローに欲しい機能を提案してください。