Character Counter
Count characters with and without spaces — useful for SEO meta tags and tweets.
- Characters (with spaces)
- 0
- Characters (no spaces)
- 0
- Words
- 0
- Lines
- 0
How it works
Drop text in to see character counts (with spaces, without spaces), word count, and warnings if you exceed common limits: SEO title (60), SEO description (160), tweet (280).
Methodology
Counts use JavaScript's `length` property after normalizing line endings. Emoji and non-BMP characters use multiple code units in JavaScript; we count them as one user-visible character (grapheme cluster) where the browser supports it.
Frequently asked questions
Why do my SEO tags look truncated at 60 chars?
Search engines render titles in pixels, not characters. 60 is a safe estimate; very wide characters like uppercase 'M' shorten that, narrow characters like 'i' lengthen it.
Why does an emoji count as 1?
It's one user-visible character, even though it's multiple bytes internally. Some platforms count code points instead — be aware when copying limits.
Other free tools
Password Strength Checker
Estimate the entropy and crack-time of any password — entirely in your browser.
ToolPassword Generator
Create a strong, random password using your browser's secure RNG.
ToolPassphrase Generator
Generate a memorable random word-based passphrase for your master credential.
ToolBrowser Privacy Snapshot
See exactly what your browser exposes to every website you visit.
ToolSecurity Headers Explainer
Paste your site's response headers — get a plain-English breakdown of each one.
ToolQR Code Generator
Generate a QR code from any text or URL — entirely in your browser.
ToolWord Counter
Count words, sentences, paragraphs, and reading time as you type.
ToolURL Encoder / Decoder
Convert text to and from percent-encoded URL form, in your browser.
ToolBase64 Encoder / Decoder
Encode text to Base64 or decode Base64 to text — locally.
ToolMeta Title SERP Preview
See how your <title> tag looks in a Google search result, with character feedback.
ToolMeta Description SERP Preview
Preview your meta description and check it fits in a search snippet.
ToolRobots.txt Generator
Build a robots.txt with common rules, the right syntax, and your sitemap line.
ToolVPN vs Proxy Decision Helper
Answer four questions; get a clear recommendation.