텍스트
Character & Word Counter
실시간 텍스트 통계: 문자 수(공백 포함/미포함), 단어 수, 줄 수, 문장 수, 문단 수, 바이트 크기(UTF-8).
This tool counts characters, words, lines, sentences, and paragraphs in real time as you type or paste text, and also shows the size in bytes under UTF-8 encoding.
What gets counted
- Characters with and without spaces — shown separately so you can check against limits like meta descriptions or tweets.
- Words — split on spaces and the punctuation between them.
- Sentences and paragraphs — split on terminal punctuation (. ! ?) and blank lines, respectively.
- UTF-8 byte size — useful when a limit is measured in bytes rather than characters (non-Latin text and emoji take more than one byte each).
Common uses
- Checking a meta description or title's length before publishing so it fits the search result limit.
- Keeping text within a character limit for an assignment, bio, or product description.
- Getting quick text stats without opening a text editor with a word-count panel.
Things to keep in mind
One visual "character" (like an emoji with a skin-tone modifier or a country flag) can be made of several Unicode code points and count differently depending on the counting method.
Social media and form limits sometimes count bytes or grapheme clusters rather than characters — check against this tool's byte counter if that matters.
자주 묻는 질문
정확히 무엇을 세어 주나요?
공백 포함·미포함 문자 수, 단어 수, 줄 수, 문장 수, 문단 수, 그리고 UTF-8 기준 바이트 수까지 실시간으로 집계합니다.
문자 수와 바이트 수가 왜 다르게 나오나요?
UTF-8에서는 한글을 비롯한 비-라틴 문자가 문자 하나당 여러 바이트를 차지하기 때문입니다. 예를 들어 한글 한 글자는 보통 3바이트를 차지하므로, 한글 텍스트의 바이트 수는 문자 수보다 훨씬 크게 나타납니다.
입력한 텍스트가 어딘가에 저장되거나 전송되나요?
아니요. 모든 집계는 브라우저 안에서 자바스크립트로 처리되며 텍스트는 서버로 전송되지 않습니다.
공백이 없는 언어에서는 왜 단어 수 세기가 부정확한가요?
중국어, 일본어, 태국어에서는 전통적으로 단어를 공백으로 구분하지 않습니다 — 경계는 문법과 문맥이 정합니다. 이런 언어에서 공백 기준으로 세면 텍스트 전체가 "단어" 하나가 되거나 의미가 사라지므로, 별도의 텍스트 분절 알고리즘이 필요합니다.
이모지 하나가 왜 여러 문자로 세어질 때가 있나요?
피부색 수정자가 있는 이모지나 국기 이모지는 유니코드에서 여러 코드 포인트가 결합되어 하나의 시각적 자소 클러스터를 이룹니다. 코드 포인트 기준의 단순한 카운팅은 이렇게 시각적으로는 하나인 문자를 둘, 셋, 또는 그 이상으로 셀 수 있습니다.