Byte counter (UTF-8)
Count the characters, UTF-8 bytes, words and lines in your text. Takes a whole file, so a long log does not have to go through the clipboard.
Related tools
All Encoding & decoding tools →Byte counter (UTF-8) works straight from this page — free, instant, nothing to install. It sits under Encoding & decoding in our catalogue, alongside Base64 Encoder / Decoder and Hex to text converter.
How to use it
- Open the tool — no signup or install needed.
- Enter your input or adjust the available options.
- Get your result instantly, then copy or download it.
Frequently asked questions
What does Byte counter (UTF-8) do?
Count the characters, UTF-8 bytes, words and lines in your text. Takes a whole file, so a long log does not have to go through the clipboard.
When would I actually use this?
Reading a payload someone sent you, embedding a small file in a config, and finding out why a query string breaks once it reaches the server.
What is the most common mistake?
Treating Base64 as a form of protection. It is an encoding, not encryption — anyone can decode it instantly, and a token pasted into a public issue is a leaked token.
What else is filed next to it?
Base64 Encoder / Decoder, Hex to text converter and HTML Entity Encoder / Decoder share its section. They are not variants of it — being filed together is not the same as being alike — but that is where to look if this turned out not to be the tool you wanted.
Where do the figures come from?
The encodings follow their RFCs, so a round trip is lossless. URL encoding has two variants — one that encodes a space as %20 and one as a plus sign — and the tool says which it applies.