How to Use
What is text counting?
Text counting reports the size and structure of your text: characters, words, lines, sentences and byte length. It is useful for constraints such as tweet limits, database column sizes and API payload limits.
How to use it
1. Type or paste text into the box.
2. All statistics update in real time.
3. Use the copy buttons to grab a single value.
Split statistics
1. Enter a delimiter (default comma) or pick a preset such as ;, | or newline.
2. Click Count Items.
3. View total items, unique items, and a per-item occurrence table.
4. Copy the deduplicated value list.
Tips
- UTF-8 byte count matters for API and database limits.
- Split statistics are ideal for ID lists, tags and comma-separated values.
- Empty items are filtered automatically.
Privacy
Counting happens locally in your browser.