Rank the characters and words in your text by how often they appear
| Character / word | Count | Share | Ratio |
|---|
Character mode counts each character as one entry, treating emoji and combining sequences as a single visible character. Word mode splits on whitespace and punctuation, keeping runs of letters, digits, underscores, apostrophes and Japanese characters together. Japanese is not word-segmented, so a run of Japanese characters stays as one token.
It is the total number of tokens that were actually counted. Anything removed by the options, such as whitespace, is excluded from the denominator as well. The "Total" figure above the table is that denominator.
No. The counting runs entirely in JavaScript inside your browser. Nothing you type is uploaded or stored.
TSV is the safer choice when you only need to paste into a spreadsheet, because it avoids quoting rules. This tool does quote CSV values that contain a comma, a double quote or a line break.