Text Tools

This category includes tools for working with plain text and code: word and reading-time counters, case and character cleanup, JSON and XML helpers, HTML/CSS/JS/SQL formatters and minifiers, plus Base64, URL encoding and hash generators.

Use them to check length, clean or transform text, validate and format structured data, or prepare snippets for publishing. Almost all text tools run locally in the browser — input is not uploaded unless a specific tool page says otherwise.

Word Counter

Count words, characters, sentences, paragraphs and lines in text.

JSON Formatter

Beautify or minify JSON with syntax checks in the browser.

JSON Validator

Check JSON syntax and get clear parse error messages.

Reading Time

Estimate reading time from word count and reading speed.

Transliteration

Transliterate Cyrillic to Latin with a chosen standard.

Text Case Converter

Convert to uppercase, lowercase, title case or paragraph capitals.

Remove Characters from Text

Strip selected character types or a custom list from text.

JSON Compare

Compare two JSON documents with path-level structural diffs.

XML Formatter

Format XML with indentation for easier reading.

XML Validator

Validate XML syntax and see parser error messages.

XML to JSON

Convert XML documents into structured JSON.

HTML Formatter

Format HTML with indentation for easier reading.

HTML Minifier

Minify HTML by removing comments and unnecessary whitespace.

HTML Escape

Escape special characters into HTML entities.

HTML Decode

Decode HTML entities into readable text.

CSS Minifier

Minify CSS by removing comments and unnecessary whitespace.

CSS Beautifier

Beautify CSS with clear indentation and line breaks.

CSS Compressor

Compress and further optimize CSS for smaller size.

JS Minifier

Minify JavaScript by removing comments and unnecessary whitespace.

JS Beautifier

Beautify JavaScript with clear indentation and line breaks.

JS Obfuscator

Obfuscate JavaScript to make casual reading harder.

SQL Formatter

Format SQL queries with uppercase keywords and indentation.

SQL Beautifier

Beautify SQL with indentation without changing keyword case.

SQL Minifier

Minify SQL by removing comments and unnecessary whitespace.

Base64 Encode

Encode text to Base64 (UTF-8).

Base64 Decode

Decode Base64 strings to UTF-8 text.

URL Encode

Percent-encode text for URL components.

URL Decode

Decode percent-encoded strings to text.

MD5 Generator

Generate an MD5 hash from text (UTF-8).

SHA-256 Generator

Generate a SHA-256 hash from text (UTF-8).

SHA-512 Generator

Generate a SHA-512 hash from text (UTF-8).