모든 텍스트의 단어, 문자, 줄, 문장 수를 셉니다.
글자수 세기 사용 방법
텍스트를 입력 패널에 붙여넣거나 입력하세요.
실행을 눌러 분석하세요.
출력 카드에서 단어, 문자, 줄, 문장 수를 확인하세요.
The Word and Character Counter gives you an instant breakdown of any text: words, characters with spaces, characters without spaces, lines and sentences. Paste or type, and the figures update so you always know where you stand against a limit.
All of this happens in your browser the instant you paste, so even long documents are analysed immediately and nothing you enter is uploaded or stored.
Length limits are everywhere, and overshooting them is easy to do by accident. A tweet caps at 280 characters, an SMS at 160, a search engine typically shows about 155 to 160 characters of a meta description, and essays, abstracts and form fields often have their own word or character ceilings.
Words are counted by splitting on whitespace, so any unbroken run of non-space characters counts as one word and leading or trailing spaces are ignored. It is a simple, predictable rule that matches what most word counts mean in practice.
The two character figures answer different questions. Characters counts everything, including spaces and line breaks, which is what messaging and meta-tag limits measure. Characters without spaces excludes all whitespace, which is closer to how much you actually typed.
Character counting is done by code point, so an emoji or an accented letter counts as one character rather than the two or more units some naive counters report. Sentences are estimated by splitting on . ! and ?, and a block with no ending punctuation still counts as one.
자주 묻는 질문
텍스트는 공백으로 분리되므로 공백이 아닌 문자의 연속이 한 단어로 계산됩니다. 앞뒤 공백은 무시됩니다.
'문자'는 공백과 줄바꿈을 포함한 모든 것을 계산하며, '공백 제외 문자'는 모든 공백을 제외합니다.
문장은 마침표, 느낌표, 물음표로 분리하여 추정됩니다. 마지막 구두점이 없는 텍스트 블록은 여전히 한 문장으로 계산됩니다.
이 도구 임베드하기
이 도구를 직접 운영하는 웹사이트에 추가하세요. 아래 코드를 복사하면 자동으로 최신 상태로 유지됩니다.
<iframe src="https://monu.tools/embed/ko/word-counter" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>관련 도구