字數計算
- 字元數(Character count): 每個字、符號、空格或emoji都算1個字元。
範例:我愛A😆 → 4個字元 - 字素群數(Grapheme cluster count): 計算人眼看到的符號,合體emoji或加膚色的emoji也算1個。
範例:👩🏽 → 1個字素群 - 單字數(Word count): 英文用空格分單字,中文或日文每個字算1個單字。
範例:I love音樂 → 3個單字 - 位元組數(Byte count): 計算儲存所需空間,英文1byte,中文約3bytes,emoji約4bytes。
範例:我A😆 → 3 + 1 + 4 = 8 bytes
工具介紹
免費線上字數計算器,支援Character count、Grapheme cluster count、Word count、Byte count四種計算方式。