Developer tools
Encode and decode URLs and Base64, format or validate JSON, generate UUIDs and work with HTML entities.
Developer
URL encoder
Encode text for safe use inside a URL.
Developer
URL decoder
Decode percent-encoded URL text.
Developer
Text to Base64
Encode UTF-8 text to Base64.
Developer
Base64 to text
Decode a Base64 string to UTF-8 text.
Developer
JSON formatter
Validate and pretty-print JSON.
Developer
JSON minifier
Remove unnecessary whitespace from valid JSON.
Developer
JSON validator
Check whether text contains valid JSON.
Developer
UUID generator
Generate random UUID v4 identifiers.
Developer
HTML escape
Convert special characters to HTML entities.
Developer
HTML unescape
Convert HTML entities back to normal characters.
Developer
Password generator
Generate random passwords with the length you choose.