Twitter / X Character Counter
Count characters against the standard 280-character Twitter/X limit as you type. Links written with an http:// or https:// prefix are counted as 23 characters, mirroring t.co shortening.
0/280 characters
How to use this tool
- 1
Type or paste your draft into the text box.
- 2
Read the live counter below it, shown as used/280.
- 3
If you go over, the box turns red and shows how many characters you are over by.
- 4
Trim your text until the counter is at or under 280, then copy it into Twitter/X.
How does Twitter/X count characters?
Twitter/X limits a standard post to 280 characters, but it does not count raw keystrokes. Any URL is collapsed to a fixed 23 characters because the platform rewrites links through its t.co shortener, so a long link costs the same as a short one. The official count also normalizes text (Unicode NFC) and weights code points: Latin letters, digits, and punctuation weigh 1, while CJK, Arabic, and most other non-Latin characters weigh 2, and a whole emoji counts as 2. This tool is a close but simplified approximation. It detects links only when they include an explicit http:// or https:// prefix and replaces them with 23 characters; bare domains like example.com are counted literally. For everything else it uses the string's UTF-16 code-unit length. That means simple emoji happen to count as 2, but multi-part emoji (skin tones, flags, family sequences) are over-counted, and non-Latin scripts are under-counted versus the real limit. For exact, standards-grade counts, Twitter publishes the open-source twitter-text library that implements the full weighting algorithm.
Common use cases
Checking a single tweet fits in 280 before posting, without opening the compose box.
Drafting a tweet in a notes app or spreadsheet and validating the length offline.
Confirming a post stays under the limit after pasting in a long t.co-style link.
Writing thread segments and trimming each one to a clean 280-character chunk.
Teaching or demoing how t.co link shortening affects the character budget.
Quickly seeing the exact overflow count so you know how much to cut from copy.
Frequently asked questions
Why is my link counted as 23 characters?▼
Are bare domains like example.com counted as 23?▼
Does it handle emoji and non-Latin text correctly?▼
What about Premium long posts of up to 25,000 characters?▼
Is my text uploaded anywhere?▼
I need an exact count that matches Twitter. What should I use?▼
Related tools
Word & Character Counter
Count words, characters, sentences, paragraphs.
Reading Time Calculator
Estimate reading time for any text.
Headline Analyzer
Score headlines for engagement and SEO.
Email Subject Line Tester
Score email subject lines for open rate.
Markdown to HTML
Convert Markdown to HTML.
HTML to Markdown
Convert HTML to clean Markdown.