Is String Inspector free to use?
Yes. String Inspector is available through MyDevTools with a public landing page and browser-based app experience.
Inspect any string: character, word, line, sentence, and byte (UTF-8) counts plus a table of invisible and non-ASCII characters with Unicode code points. Answers "count characters online" or "find invisible characters".
Count characters, words, lines, and bytes, and reveal invisible or non-ASCII characters with their Unicode code points. Runs entirely in your browser — no installation, no account required to try it.
Use String Inspector when you need a fast, browser-based way to work with character counter. It is useful during API debugging, code reviews, documentation cleanup, test data preparation, and quick checks on a new machine where you do not want to install a desktop app. Because MyDevTools keeps related utilities together, you can move from String Inspector into nearby tools like formatters, converters, generators, encoders, decoders, and API helpers without leaving the same toolkit.
A typical workflow starts by pasting or typing your input into String Inspector. Review the result, copy the cleaned or generated output, then continue with a related task such as validating a payload, decoding a token, parsing a URL, generating an identifier, or testing an API request. This makes String Inspector part of a practical developer workflow instead of a one-off utility page.
Yes. String Inspector is available through MyDevTools with a public landing page and browser-based app experience.
No. String Inspector runs in a web browser, so you can open it from any modern device without installing a desktop utility.
Inspect any string: character, word, line, sentence, and byte (UTF-8) counts plus a table of invisible and non-ASCII characters with Unicode code points. Answers "count characters online" or "find invisible characters".
Most developers pair String Inspector with related MyDevTools utilities such as formatters, parsers, encoders, generators, API tools, and security helpers.
Click "Use String Inspector Free" above — no download or account required.
Paste or type your input directly in the browser. Processing happens locally on your device.
Get your output instantly. Copy it, download it, or keep working in the same tab.