Skip to content
Redmoon Calculators
文本分析 All languages

Letter Frequency Analyzer

免费字母和字符频率计数器。显示每个字母的计数和百分比,并与预期英语频率(E ~12.7%,T ~9.3%)对比。

何时使用

Use the letter frequency analyzer for cryptography puzzles (frequency analysis is the classic substitution-cipher attack), Wordle / Scrabble strategy, linguistic teaching, or for detecting unusual content distributions.

与其他指标对比

Letter frequency is character-level analysis; Word Frequency is word-level. The two reveal very different things — letter frequency exposes the language; word frequency exposes the content.

0 chars

工作原理

Each character in the text is counted. The tool reports counts and percentages, sorted by frequency.

For English baseline mode, the table includes expected frequencies (E ~12.7%, T ~9.3%, A ~8.0%) and the deviation.

Letters with disproportionately high deviations may indicate non-English text, technical vocabulary, or unusual content.

常见问题

What is letter frequency analysis for?

Cryptography (breaking substitution ciphers), Wordle/Scrabble strategy, linguistic teaching, content-type detection.

Why English baseline?

English letter frequencies are stable (E ~12.7%, T ~9.3%, A ~8.0%). Deviations from baseline suggest unusual content or non-English text.

Should I include punctuation?

Off by default — punctuation and digits can swamp letter counts. Toggle on for a complete character analysis.

示例

输入

A short English passage.

输出

E: 12.4% (expected 12.7%) · T: 9.0% (9.3%) · A: 8.5% (8.0%) — normal English distribution.

English letter frequencies are remarkably consistent: E is always around 12-13%, T around 9%, A around 8%. Deviations suggest unusual content (technical jargon, proper nouns, or non-English text).

常见陷阱

  • Expected frequencies are language-specific — change the baseline for non-English text.
  • Short samples (< 200 chars) deviate widely from expected.
  • Punctuation and digits can swamp letter counts — toggle them off for a clean letter analysis.
  • Case-insensitive comparison is appropriate for most analyses.

相关工具

发送反馈

我们会阅读每一条消息。告诉我们可以改进什么或你喜欢什么。