Generate random UUID v4 identifiers online. Bulk generate, copy and validate UUIDs. Free UUID/GUID generator tool.
Generate universally unique identifiers (UUID v4) instantly. Bulk generate up to 100 UUIDs at once with various formatting options.
A UUID (Universally Unique Identifier) is a 128-bit identifier that is unique across space and time. Version 4 UUIDs are randomly generated and have a virtually zero chance of collision.
Standard format: 8-4-4-4-12 hexadecimal characters (e.g., 550e8400-e29b-41d4-a716-446655440000). The 13th character is always the version number (4 for v4).
Encode text to Base32 (RFC 4648) and decode Base32 to text, with UTF-8 support. All in the browser.
developerEncode text to Base64 or decode Base64 to text online. Supports UTF-8. Free Base64 converter tool.
developerPerform arithmetic on binary numbers: add, subtract, multiply, divide. Convert results between bases.
developerCalculate Unix file permissions. Convert between symbolic (rwxr-xr-x) and numeric (755) chmod notation. Free chmod permission calculator.
developer