Generate UUID v4
UUID Generator creates unique UUID version 4 (random) identifiers. UUID (Universally Unique Identifier) is a 128-bit identifier that guarantees global uniqueness. UUID v4 is randomly generated and widely used in databases, APIs, distributed systems, and for creating unique object identifiers.
UUID (Universally Unique Identifier) is a standard for creating unique identifiers. UUID v4 is randomly generated and has a collision probability practically equal to zero. UUIDs are used in databases as primary keys, in REST APIs for resource identification, in distributed systems for unique object identification, in file systems, and in many other areas where guaranteed identifier uniqueness is required.
Encode and decode Base64
Decode JWT tokens
Generate hashes (MD5, SHA-1, SHA-256)
Convert text case (Upper, Lower, CamelCase, snake_case)
Compare two texts for differences
Count characters and words
Generate placeholder text
Test regular expressions
Generate secure passwords
Encode and decode URL
Convert colors and pick colors
Convert between CSV, JSON and XML formats
Format and validate JSON, XML, CSV
Encode and decode HTML entities
Convert Unix timestamp to date and vice versa
Convert data units (bits, bytes, kilobytes, megabytes, etc.)
Convert between binary, octal, decimal, and hexadecimal number systems
Generate and parse cron expressions for task scheduling
Subnet calculator for calculating network parameters
Generate website icons in different sizes from uploaded image