Toolspot

Character Counter

Count characters, words, lines, and bytes in real-time. Supports full-width characters.

Characters

0chars

Characters (no spaces)

0chars

Words

0words

Lines

0lines

Paragraphs

0paragraphs

Bytes

0bytes

How to Use

テキストエリアに文字を入力またはペーストすると、文字数・単語数・バイト数などがリアルタイムで表示されます。

How It Works

文字数はJavaScriptのString.lengthで計測し、バイト数はUTF-8エンコードで計算しています。単語数は空白区切りでカウントします。

Related Tools