TEXT · Browse

Text

Count characters, clean up markdown, convert text case — everyday text helpers in your browser.

3 tools · Free · No sign-up

Frequently Asked Questions

What text tools are available?

Three: a character and word counter (CJK and emoji counted correctly, plus reading time), a diff checker with per-character or per-word inline highlighting, and a markdown cleaner that strips blank lines, trailing spaces, and zero-width characters.

Counter or diff checker — which one?

"How long is this?" — the counter. "What changed between these two versions?" — the diff checker; it compares Chinese per character, which is far more precise than word-level diffing on text with no spaces. And if something pasted from Word, Notion, or a chatbot looks clean but behaves oddly, it is usually zero-width characters or full-width spaces — that is the markdown cleaner's job.

Do text tools support CJK characters?

Yes. The character counter handles CJK characters, emoji, and other multi-byte text correctly — including emoji built from multiple code points, which naive counters split apart.