Programming Tools
Developer tools: format JSON, test regex, encode and decode, minify code, generate UUIDs and more.
Format, validate and beautify JSON with syntax highlighting and clear error messages.
💻 JSON MinifierMinify JSON by removing all unnecessary whitespace. Validates your JSON and shows size savings.
💻 Base64 Encode / DecodeEncode text to Base64 and decode Base64 back to text, with full Unicode support.
💻 URL Encode / DecodePercent-encode text for URLs and decode URL-encoded strings, with component and full-URI modes.
💻 HTML Entity Encoder / DecoderEscape special characters into HTML entities and decode entities back to plain text.
💻 JWT DecoderDecode JSON Web Tokens to inspect the header and payload. Runs locally, tokens never leave your browser.
💻 Regex TesterTest regular expressions against sample text with live match highlighting and capture groups.
💻 Markdown PreviewWrite Markdown and see the rendered HTML preview live. Copy or download the generated HTML.
💻 UUID GeneratorGenerate random version 4 UUIDs (GUIDs), one or in bulk, with uppercase and no-dash options.
💻 CSS MinifierMinify CSS by stripping comments and whitespace. See the size savings instantly.
💻 JavaScript MinifierSafely compress JavaScript by removing comments and extra whitespace while preserving strings.
💻 HTML MinifierMinify HTML by collapsing whitespace and removing comments, preserving pre and textarea content.
💻 SQL FormatterFormat and beautify SQL queries with keyword capitalization and smart indentation.
💻 Cron Expression ParserParse cron expressions into plain English and see the next scheduled run times.
💻 Text to BinaryConvert text to binary code and binary back to text, with hex and octal options.
💻 ASCII ConverterConvert text to ASCII / Unicode code points and back. See character codes in decimal and hex.
💻 HTTP Status CodesA searchable reference of all HTTP status codes with plain-English explanations.