Developer utilities, all in one place
Encode, format, generate, and transform text and data — free, fast, and entirely in your browser. Nothing you paste here is uploaded to a server.
Encoding / Decoding
Base64 Encode/Decode
Encode text or files to Base64, or decode Base64 back to its original form, entirely in your browser.
URL Encode/Decode
Encode or decode full URLs or individual query parameters using percent-encoding.
HTML Entity Encode/Decode
Convert special characters like <, >, & and quotes to and from HTML entities.
JWT Decoder
Paste a JWT to instantly split and inspect its header, payload, and signature.
Formatters & Validators
JSON Formatter/Validator
Beautify, minify, and validate JSON with error line highlighting and a collapsible tree view.
XML Formatter
Beautify or minify XML with adjustable indentation and validation error location.
SQL Formatter
Beautify SQL for MySQL, PostgreSQL, and SQL Server with keyword case and indent options.
YAML ↔ JSON Converter
Convert between YAML and JSON in both directions with error highlighting.
CSV ↔ JSON Converter
Convert CSV to JSON or JSON to CSV with custom delimiters and a live table preview.
Generators
UUID/GUID Generator
Generate v1 or v4 UUIDs in bulk with case and hyphen formatting options.
Password Generator
Generate strong random passwords with a strength meter and full character-set control.
Lorem Ipsum Generator
Generate placeholder text by paragraphs, sentences, or words, with optional HTML tags.
Hash Generator
Compute MD5, SHA-1, SHA-256, and SHA-512 hashes for text or files, and compare two hashes.
QR Code Generator
Generate QR codes for text, URLs, Wi-Fi credentials, or vCards, and export as PNG or SVG.
Text Utilities
Case Converter
Convert text between UPPER, lower, Title Case, camelCase, snake_case, kebab-case, and PascalCase.
Word/Character Counter
Count words, characters, sentences, and paragraphs live as you type, with a reading-time estimate.
Text Diff Checker
Compare two blocks of text side by side or inline, with word- or line-level highlighting.
Find & Replace
Find and replace text with optional regex, case sensitivity, and step-through control.
String Escape/Unescape
Escape or unescape strings for JSON, JavaScript, or SQL contexts.
Dev-Specific
Cron Builder + Explainer
Build cron expressions visually and see a plain-English explanation with upcoming run times.
Regex Tester
Test regular expressions with live match highlighting, capture groups, and a cheat sheet.
Timestamp/Epoch Converter
Convert between Unix timestamps and human-readable dates across time zones.
Color Picker/Converter
Convert colors between HEX, RGB, HSL, and CMYK, generate palettes, and check contrast.
Markdown Previewer
Write GitHub-flavored Markdown and see a live-rendered preview side by side.
Network / Web Dev
IP Address Lookup
See your own public IP address, or look up approximate location and network info for any IP.
DNS Lookup Tool
Query A, AAAA, MX, TXT, NS, CNAME, and SOA records for any domain.
HTTP Header Checker
Fetch any URL and inspect its response status and HTTP headers.
User-Agent Parser
Paste a User-Agent string to break it down into browser, engine, OS, and device info.
Meta Tag Generator
Generate SEO and Open Graph/Twitter Card meta tags for a webpage, with a live preview.
Favicon Generator
Upload an image and generate every standard favicon size, plus the HTML to include them.
robots.txt Generator/Validator
Build a robots.txt visually, or paste one in to check it for common mistakes.
CORS Checker
Check whether a URL's CORS headers would allow a browser request from another origin.
Image / Media
Image Compressor
Compress an image in your browser by adjusting quality, with a live before/after size comparison.
Image Format Converter
Convert an image between PNG, JPG, and WebP entirely in your browser.
Image to Base64 Converter
Convert an image to a Base64 data URI, or decode a data URI back into a downloadable image.
SVG Optimizer/Minifier
Shrink SVG markup by removing unnecessary metadata, comments, and precision.
EXIF Data Viewer/Remover
View a photo's embedded EXIF metadata (camera, GPS, timestamps), or strip it before sharing.
Number / Math
Base Converter
Convert numbers between binary, octal, decimal, and hexadecimal simultaneously.
Unit Converter
Convert between units of length, weight, and temperature.
Percentage Calculator
Calculate percentages, percentage change, and reverse percentage problems.
Random Number Generator
Generate random numbers in a range, in bulk, with an optional reproducible seed.