Developer tools
Seven developer utilities: encode or decode Base64, URLs, and HTML entities, generate cryptographic hashes or UUIDs, test a regular expression with live match highlighting, and format or minify SQL queries. Every one of these runs entirely client-side, with nothing sent to a server.
Developer tools
~ / developer
7 items
Base64 Encode/DecodePaste text or Base64, or drop a file, and switch between encode and decode instantly. Nothing is sent anywhere.Dev
Hash GeneratorPaste text, or drop one or more files, and get MD5, SHA-1, SHA-256, SHA-384, and SHA-512 hashes for each one. Nothing is sent anywhere.Dev
HTML Entity Encode/DecodePaste text or entity-encoded markup and convert it either direction: escape the characters that are meaningful in HTML, or decode named and numeric entities back to plain text. Nothing is sent anywhere.Dev
Regex TesterType a pattern and a test string, and see every match highlighted live, with each capture group broken out. Nothing is sent anywhere.Dev
SQL FormatterPaste any SQL query, or drop a .sql file, and see the beautified and minified versions side by side, updated instantly. Nothing is sent anywhere.Dev
URL Encode / DecodePaste any text, query string, or URL and see the percent-encoded and decoded versions side by side, updated instantly. Nothing is sent anywhere.Dev
UUID GeneratorPick a UUID version and how many you need, and get ready-to-use UUIDs instantly - one at a time or up to 1,000 at once. Nothing is sent anywhere.Dev
Other folders: PDF, CSV & Spreadsheets, JSON & Data Formats, Text