텍스트 및 문서 도구

Word Counter

「Word Counter」는 텍스트 및 문서 작업을 위한 브라우저 도구입니다. 입력과 결과는 일반적으로 이 기기에서 처리되며 가입이 필요하지 않습니다.

브라우저에서 로컬 처리가입 불필요개인정보 안내 ↗

사용 방법

사용 방법

  1. Paste or type up to 100,000 UTF-16 characters.
  2. Select Count text to calculate the local summary.
  3. Review words, code points, UTF-8 bytes, text structure, and time estimates, then copy the result if useful.

Words and characters use stated rules

A word is each non-empty sequence separated by JavaScript Unicode whitespace. Character totals use Unicode code points rather than UTF-16 code units, so one displayed emoji sequence can still contain several code points. The summary also shows non-whitespace code points and the UTF-8 byte size; bytes help with storage or API limits, while code points are not a visual glyph count.

Lines, paragraphs, and sentence estimates

LF, CRLF, and CR line endings each separate lines. A paragraph is a non-empty block separated by one or more blank lines, including blank lines that contain whitespace. The sentence total is only an estimate: it splits non-empty text around period, exclamation mark, question mark, and ellipsis marks. Abbreviations, quotations, and languages with different punctuation can produce a different linguistic sentence count.

Reading and speaking time

Reading time rounds up from 200 whitespace-separated words per minute, and speaking time rounds up from 130 words per minute. These are planning estimates, not a measure of comprehension, speech pace, or language-specific word boundaries.

Private local counting

The calculation runs in the current browser. Your pasted text is not sent to a Hello Keyboard Tools application server.

자주 묻는 질문

더 알아보기

How are words counted?

Each non-empty sequence between Unicode whitespace characters counts as one word. Punctuation attached to text stays in that same sequence, and this is not dictionary or language-aware tokenization.

Why can an emoji have several characters?

The character figure is Unicode code points. A flag, skin-tone modifier, combining mark, or joined emoji can use multiple code points while appearing as one displayed symbol.

Is the sentence count exact?

No. It is a transparent punctuation-based estimate using ., !, ?, and …. It cannot reliably interpret abbreviations, quotations, or every writing system.

How are the time estimates calculated?

The tool rounds up from 200 words per minute for reading and 130 words per minute for speaking. They are useful for planning, not a prediction of a specific reader or speaker.

Does this upload my text?

No. Counting happens locally in your browser.