✏️ Text Tools
Sananlaskija, kirjainkokomuunnos, lorem ipsum ja paljon muuta
Laske sanat, merkit, lauseet ja kappaleet. Ilmainen online-merkkijenlaskija.
Avaa työkalu →ISOT, pienet, Otsikko, camelCase ja paljon muuta
Avaa työkalu →Luo paikanpidin-teksti välittömästi
Avaa työkalu →Poista kaksoisrivit luetteloista
Avaa työkalu →Kirjoita Markdown-koodia live HTML-esikatsella. Työkalupalkin pikanäppäimet ja syntaksin korostaminen.
Avaa työkalu →Counting, cleaning and reshaping text. Word and character counts against a limit, case conversion, removing duplicate lines, generating placeholder copy, and previewing Markdown.
Small tools, used constantly — which is why they load instantly and do not ask you to accept anything first.
Which tool do I want?
| If you… | Use |
|---|---|
| You are writing to a word or character limit | Sananlaskija |
| You need text upper, lower, title or sentence case | Kirjainkokomuunnin |
| A list has duplicates you want gone | Poista kopiot |
| You need filler copy for a layout | Lorem Ipsum |
| You want to see how Markdown will render | Markdown-editori |
Character limits rarely count characters
A platform advertising a 280-character limit is usually not counting what you would call characters. Some count UTF-16 code units, which makes an emoji cost two. Some count grapheme clusters, so a family emoji built from five code points costs one. Some count bytes, where an accented Latin character costs two and a CJK character three.
In practice: for plain English text every method agrees, and for anything with emoji, accents or non-Latin scripts they diverge sharply. If you are close to a limit and the text is not plain ASCII, leave margin rather than trusting any single count.
Word counting has its own ambiguity. Hyphenated compounds, contractions and numbers with separators get treated differently by different tools, so two honest counters can disagree by a few percent on the same paragraph.