Text tools online for the tidying nobody enjoys
Count words, strip duplicates, sort lines, compare two versions, convert case and score readability. Small jobs that are tedious by hand and instant here.
Every text tool
Nine tools for counting, cleaning, comparing and converting text.
Every case style, and where each one belongs
The case converter offers all of these. Which one is correct depends entirely on where the string is going.
The one that trips people up is Title Case, because there is no single rule. AP style capitalises words of four letters or more, Chicago uses a part of speech rule, and neither agrees on prepositions. If consistency matters, pick a guide and stick to it.
Characters you cannot see but your code definitely can
When a comparison says two identical looking strings differ, it is almost always one of these. The diff tool surfaces them rather than rendering them invisibly.
There is a security angle too. Unicode has characters from different scripts that render almost identically, so a domain or username can be spoofed with a Cyrillic letter that looks Latin. This is called a homograph attack, and it is why browsers now display suspicious domains in punycode.
What a readability score is measuring, and what it is not
Flesch Reading Ease runs 0 to 100, higher being easier. It counts syllables per word and words per sentence, and nothing else.
Below 30 reads like an academic paper. 60 to 70 is standard for general readership, roughly a UK Year 9 level, and is what most newspapers target. Above 70 is comfortably plain English.
Here is the limitation worth understanding. The formula has no idea what your words mean. Shorten every sentence and swap long words for short ones and the score improves even if the result is nonsense. It also penalises correct technical terms, so a genuinely clear piece about photosynthesis will score badly for containing the word photosynthesis. Treat it as a signal that something might be dense, not as a grade.
The tool also reports Flesch Kincaid grade level, Gunning Fog and Coleman Liau. They disagree with each other by a year or two routinely, because each weights sentence length and word complexity differently. If three formulas all say your text is hard, it probably is.
Elsewhere on the site
Every category on ConvertNow, free and growing.
Writing about writing tools
Readability scoring, keyword density and the rest, examined properly.
Questions about the text tools online
Counting rules, encoding oddities and what happens to what you paste.
Is there a limit on how much text I can paste?
How exactly do you count a word?
Why do two strings that look identical show as different?
Which readability formula do you use?
Does any of this work with non English text?
Is my text sent anywhere?
What keyword density should I aim for?
Which case style should I use for a URL?
Your text stays in the tab
People paste drafts, contracts, transcripts and private notes into text tools. None of it moves.