Text

Text Tools

Text tools for content that arrives messy from somewhere else: word and character count, case conversion, find and replace, duplicate removal and a diff checker.

47
Tools in text
0
Accounts needed
Base64 Text Decoder
Base64 → Decoded text
Base64 Text Encoder
Plain text → Base64
Binary to Text
Binary (space-separated bytes) → Text
Case Converter
Text, Convert to → Output
Character Counter
Your text → Characters, Words
CSV to List Converter
CSV row(s), Separate items by → List
Indent Text
Text, Indent with → Indented
JSON Escape
Text → JSON-escaped
List to CSV Converter
List (one item per line), Delimiter → CSV
Lorem Ipsum Generator
Paragraphs, Generate → Text
Lowercase Converter
Text → Output
Mirror Text
Text → Output
Random Text Generator
Number of words → Text
Reading Time Calculator
Your text or article, Reading speed (words/min) → Words, Minutes
Regex Escape
Text → Regex-escaped
Remove Indent
Text → Unindented
Reverse Text
Text → Output
ROT13 Decoder
ROT13 text → Decoded
ROT13 Encoder
Text → ROT13
Sentence Case Converter
Text → Output
Slug Generator
Title or heading → URL slug
SQL Escape
Text → SQL-escaped (single quotes doubled)
Text Diff Checker
Original, Changed → Summary
Text to Binary
Text → Binary
Title Case Converter
Text → Output
Uppercase Converter
Text → Output
Word Counter
Your text → Words, Characters
XML Encoder
Text → XML-encoded
Find and Replace
Text, Find → Replacements, Output
Remove Duplicate Lines
Lines, Ignore case when comparing → Lines kept, Lines removed, Output
Sort Lines
Lines, Order → Lines, Output
Whitespace Cleaner
Text, Collapse runs of spaces to one → Characters removed, Output
Remove Line Breaks
Text, Line breaks → Output
Word Frequency Counter
Text, Count → Total counted, Distinct, Frequency table
Add Prefix and Suffix to Lines
Lines, Prefix → Lines, Output
Word Wrap Tool
Text, Wrap at column → Output
Number to Words Converter
Number, Numbering system → In words, Grouped digits
Roman Numeral Converter
Number (1 to 3999) or Roman numeral → Result
Fancy Text Generator
Text, Style → Styled text, All styles
Text Truncator
Text, Limit → Length, Output
Text Extractor
Text, Extract → Found, Results (one per line)
Remove Special Characters
Text, Keep → Characters removed, Output
Sentence Splitter
Text, Split into → Pieces, Output (one per line)
Markdown to Plain Text
Markdown, Keep link URLs in brackets → Plain text
HTML Tag Remover
HTML, Decode entities (& to &) → Plain text
Morse Code Translator
Text or Morse code, Direction → Result, Unknown symbols
NATO Phonetic Alphabet Converter
Text (booking codes, plates, passwords, addresses), Mark case → Spelled out

What the text tools cover

Text pasted from another program usually arrives with formatting nobody wants. These tools fix the common cases: counting words and characters, changing case, reversing or mirroring a string, stripping or adding indentation, converting between a CSV row and a list, escaping text for JSON, SQL or a regular expression, and comparing two versions with the diff checker. There are also generators for placeholder text and URL slugs, plus ROT13 and binary encoders.

Definitions matter more than they look. The word counter counts whitespace-separated tokens, which is what most writing tools do, but a hyphenated compound counts as one word here and may count as two elsewhere. Character counts include spaces unless the page says otherwise. The reading time estimate assumes an adult reading speed of roughly 200 to 250 words per minute.

Practical notes

  • Every tool works on what you paste, in the browser, with nothing sent anywhere. Drafts and private notes are safe here.
  • Case converters handle acronyms and apostrophes sensibly but cannot know that a word is a proper noun. Check names after a title-case pass.
  • Very large pastes are limited by browser memory rather than a server quota.

The newer tools handle lists and cleanup: find and replace with regex, remove duplicate lines, sort lines naturally, clean up whitespace and line breaks from PDFs, count word frequency, add a prefix or suffix to every line, wrap at a column, truncate to a limit, extract emails, URLs and numbers, strip special characters, split sentences, and strip Markdown or HTML tags. For converting rather than cleaning there are numbers to words in Indian or international style, Roman numerals, fancy Unicode text, Morse code and the NATO phonetic alphabet.