๐Ÿ”ค Text & Developer Tools

50 free tools, all running in your browser. No sign-up.

๐Ÿ”ค JSON Formatter, Validator & Minifier

Format, validate and minify JSON with a clear error location if it's invalid.

Open Tool โ†’

๐Ÿ”ค Base64 Encode & Decode

Encode text to Base64 or decode it back, with full Unicode/UTF-8 support.

Open Tool โ†’

๐Ÿ”ค URL Encode & Decode

Percent-encode text for a URL, or decode a percent-encoded string back to plain text.

Open Tool โ†’

๐Ÿ”ค HTML Entity Encode & Decode

Escape text to HTML entities or decode entities back to plain text.

Open Tool โ†’

๐Ÿ”ค Hash Generator

Generate MD5, SHA-1, SHA-256 and SHA-512 hashes of any text, live as you type.

Open Tool โ†’

๐Ÿ”ค HMAC Generator

Sign a message with a secret key using HMAC-SHA1/256/384/512.

Open Tool โ†’

๐Ÿ”ค UUID / GUID Generator

Generate random v4 UUIDs/GUIDs, one at a time or in bulk.

Open Tool โ†’

๐Ÿ”ค Lorem Ipsum Generator

Generate placeholder Lorem Ipsum text by paragraphs, sentences or words.

Open Tool โ†’

๐Ÿ”ค Word, Character & Sentence Counter

Live counts of words, characters, sentences, paragraphs, and reading time.

Open Tool โ†’

๐Ÿ”ค Case Converter

Convert text to camelCase, snake_case, kebab-case, PascalCase, Title Case and more at once.

Open Tool โ†’

๐Ÿ”ค Text Diff / Compare

Compare two blocks of text line by line and see exactly what changed.

Open Tool โ†’

๐Ÿ”ค Regex Tester

Test a regular expression with live match highlighting, capture groups and a plain-English breakdown.

Open Tool โ†’

๐Ÿ”ค JWT Decoder

Decode a JSON Web Token's header and payload and inspect standard claims.

Open Tool โ†’

๐Ÿ”ค String Escape / Unescape

Escape or unescape a string for JavaScript/JSON, HTML or SQL literals.

Open Tool โ†’

๐Ÿ”ค Slug Generator

Turn any title or text into a clean, URL-safe slug.

Open Tool โ†’

๐Ÿ”ค Number Base Converter

Convert numbers between binary, octal, decimal, hex, or any base 2-36.

Open Tool โ†’

๐Ÿ”ค Roman Numeral Converter

Convert between Roman numerals and Arabic numbers, both directions.

Open Tool โ†’

๐Ÿ”ค Cron Expression Parser & Explainer

Paste a cron expression to get a plain-English explanation and the next 5 run times.

Open Tool โ†’

๐Ÿ”ค JSON รขโ€ โ€ YAML Converter

Convert JSON to YAML and YAML back to JSON in your browser, with clear errors on unsupported YAML features like anchors.

Open Tool โ†’

๐Ÿ”ค JSON รขโ€ โ€ CSV Converter

Convert a JSON array of objects to CSV and back, with proper comma/quote/newline escaping and dot-notation flattening.

Open Tool โ†’

๐Ÿ”ค JSON รขโ€ โ€ XML Converter

Convert JSON to XML and XML back to JSON with a configurable root element and clear attribute/text conventions.

Open Tool โ†’

๐Ÿ”ค XML Formatter & Validator

Pretty-print, minify, or validate XML in your browser using the native DOM parser for accurate error detection.

Open Tool โ†’

๐Ÿ”ค HTML Table Generator from CSV/TSV

Paste CSV or TSV and get a formatted HTML table with a live preview and one-click copy of the source.

Open Tool โ†’

๐Ÿ”ค TSV รขโ€ โ€ CSV Converter

Convert tab-separated values to comma-separated and back with correct quoting and escaping in both directions.

Open Tool โ†’

๐Ÿ”ค CSV Column Extractor

Paste CSV, pick which columns to keep and in what order, and get back just those columns as clean CSV.

Open Tool โ†’

๐Ÿ”ค NanoID Generator

Generate cryptographically random NanoID-style short unique IDs with a custom alphabet and length, in batches up to 1000.

Open Tool โ†’

๐Ÿ”ค CSS Minifier & Beautifier

Minify CSS to a compact one-liner or beautify it back to readable, indented form รขโ‚ฌโ€ safe with strings and content values.

Open Tool โ†’

๐Ÿ”ค JS Minifier & Beautifier

Beautify JavaScript with proper indentation, or safely strip whitespace and comments only รขโ‚ฌโ€ no risky renaming.

Open Tool โ†’

๐Ÿ”ค HTML Minifier & Beautifier

Minify HTML by stripping comments and collapsing whitespace, or beautify it by re-indenting to tag nesting depth.

Open Tool โ†’

๐Ÿ”ค Markdown รขโ€ โ€ HTML Converter

Convert Markdown to HTML with a live rendered preview, or convert HTML back to Markdown รขโ‚ฌโ€ all in your browser.

Open Tool โ†’

๐Ÿ”ค HTML to Markdown Converter

Paste an HTML snippet, including tables, and get clean Markdown back รขโ‚ฌโ€ no server round-trip.

Open Tool โ†’

๐Ÿ”ค SQL Formatter / Beautifier

Pretty-print SQL queries with clauses on new lines and indented lists and subqueries for easier reading.

Open Tool โ†’

๐Ÿ”ค Git Diff Viewer

Paste a unified diff patch or two text blocks and see a colorized, readable added/removed line comparison.

Open Tool โ†’

๐Ÿ”ค gitignore Generator

Pick your stack (Node, Python, Docker, VS Code, and more) and get one deduplicated, ready-to-use .gitignore file.

Open Tool โ†’

๐Ÿ”ค Line Sorter, Deduper & Shuffler

Sort, deduplicate, remove blank lines, trim, or randomly shuffle a pasted list รขโ‚ฌโ€ all client-side, with a live line count.

Open Tool โ†’

๐Ÿ”ค Text Line Deduplicator

Remove duplicate lines with case-sensitive or insensitive matching, keep-first or keep-last, and see exactly what was removed.

Open Tool โ†’

๐Ÿ”ค Whitespace & Line-Ending Normalizer

Convert line endings between CRLF, LF and CR, trim trailing whitespace, collapse blank lines, and convert tabs to spaces.

Open Tool โ†’

๐Ÿ”ค Text Reverse & ROT13 Cipher

Reverse text by character or word order, and encode/decode with the self-inverse ROT13 or ROT47 ciphers.

Open Tool โ†’

๐Ÿ”ค Unicode Code Point Inspector

Paste text and see every character's Unicode code point, UTF-8 bytes, UTF-16 units, and approximate category.

Open Tool โ†’

๐Ÿ”ค String Length & UTF-8 Byte Counter

See code-point count, UTF-16 unit count, and UTF-8 byte length side by side, with an explanation of why they differ.

Open Tool โ†’

๐Ÿ”ค Levenshtein Distance & Similarity Scorer

Compute the edit distance between two texts and a normalized similarity percentage, computed entirely in your browser.

Open Tool โ†’

๐Ÿ”ค Exact-Match Text Comparator (Local Only)

Find and highlight exact matching phrases between two texts using local n-gram comparison รขโ‚ฌโ€ no internet search involved.

Open Tool โ†’

๐Ÿ”ค curl รขโ€ โ€ fetch() Converter

Convert a curl command to equivalent JavaScript fetch() code, or a fetch() call back to an equivalent curl command.

Open Tool โ†’

๐Ÿ”ค HTTP Status Code Reference

A searchable reference of every standard HTTP status code, its reason phrase, and what it means.

Open Tool โ†’

๐Ÿ”ค HTTP Header Inspector

Paste raw HTTP headers and get a plain-English explanation of each one, plus flags for common misconfigurations.

Open Tool โ†’

๐Ÿ”ค User-Agent String Parser

Paste any User-Agent string and get the browser, engine, OS, and device type it identifies รขโ‚ฌโ€ or parse your own.

Open Tool โ†’

๐Ÿ”ค IPv4/IPv6 Subnet Calculator

Enter an IP address and prefix length to get the network address, broadcast address, usable host range, and mask.

Open Tool โ†’

๐Ÿ”ค MIME Type Lookup by Extension

Search a comprehensive file-extension-to-MIME-type reference, with lookup in either direction.

Open Tool โ†’

๐Ÿ”ค Timestamp (Epoch) รขโ€ โ€ Date Converter

Convert Unix epoch time to a readable date in UTC and your local timezone, or convert a date back to epoch.

Open Tool โ†’

๐Ÿ”ค Character Map & Emoji Picker

Browse and search hundreds of special characters, symbols, and emoji, and click any one to copy it instantly.

Open Tool โ†’