Character Counter

Count characters for Twitter, Instagram, LinkedIn, and SEO meta tags — all in one place.

Advertisement
0
Characters
0
No Spaces
0
Words
0
Lines
Platform Character Limits
Advertisement

Frequently Asked Questions

How many characters can a tweet be?
Twitter / X allows 280 characters per tweet for standard accounts. URLs count as 23 characters regardless of actual length. The character counter above shows your Twitter limit in real time.
How long should a meta description be?
Google typically displays 150–160 characters of a meta description. Keep it under 160 characters to avoid truncation in search results.
What is the Instagram caption character limit?
Instagram allows up to 2,200 characters per caption, but only the first 125 characters are shown before the "more" cutoff. Keep your key message in the first 125 characters.
Advertisement

More Free Tools

Why character count differs from byte count: When developers talk about "string length," they typically mean character count in Unicode code points. However, storage and transmission often measure bytes. In UTF-8 encoding (the web standard), ASCII characters use 1 byte, characters with accents or common European letters use 2 bytes, most other Unicode characters (including most emoji) use 3–4 bytes. For most everyday text, character count and byte count are the same, but emoji-heavy content can have byte sizes 3–4× the character count.

Using character count for accessibility: Short, clear text improves accessibility for users with cognitive disabilities, learning differences, or non-native language proficiency. Plain Language guidelines recommend sentences of 15–20 words and paragraphs of 3–5 sentences. Alt text for images should be under 125 characters for screen reader compatibility. Button labels and link text should be under 25 characters for clarity.

Character Limits Across Platforms: A Complete Reference

Every major platform has character limits that shape how you communicate. Understanding these limits — and the reasoning behind them — helps you craft messages that fit perfectly, whether you are writing a tweet, an Instagram caption, a meta description, or a LinkedIn post.

Why character limits exist: Platform character limits are set for a combination of technical, user experience, and business reasons. Twitter's original 140-character limit (now 280 for standard accounts, 25,000 for Twitter Blue subscribers) was chosen to fit within a 160-character SMS with a username header. Short limits encourage conciseness and faster content consumption. From a storage and API perspective, limits also make database design more predictable.

SEO character guidelines: Title tags should ideally be 50–60 characters — Google typically displays about 600 pixels of title text, which accommodates roughly 60 characters in a standard font. Meta descriptions should be 150–160 characters; longer descriptions are truncated in search results with an ellipsis. While these are not hard technical limits, staying within them ensures your full message appears in search results rather than being cut off.

Email subject line best practices: Email subject lines are often displayed at 60–70 characters on desktop, but mobile clients typically show only 30–40 characters before truncating. The most actionable words should come first. Studies by email marketing platforms consistently show that subject lines under 50 characters have higher open rates, partly because they display fully on mobile devices where a majority of email is now read.

Social media platform specifics: Facebook posts have a technical limit of 63,206 characters, but engagement data shows posts under 80 characters receive 66% higher engagement. YouTube video titles can be up to 100 characters, but only the first 70 display in search results. YouTube descriptions support 5,000 characters, with the first 157 characters visible without clicking "more." Pinterest pin descriptions can be up to 500 characters, with 100–150 characters being optimal for readability in feeds.

Multi-byte characters and encoding: Standard ASCII characters (English letters, digits, basic punctuation) take 1 byte each. Many platforms count characters in Unicode code points, meaning that emoji, Chinese/Japanese/Korean characters, and accented letters may each count as 1 character. However, some older SMS-based platforms use GSM-7 encoding where a single emoji can count as 2–4 characters, dramatically reducing your effective limit. Twitter, for example, counts most emoji as 2 characters toward your 280-character limit.