OhMyCalc

Frequency Analysis — Letter & Bigram Statistics

Analyze letter and bigram frequency in any text. Bar chart visualization with English language average comparison. Useful for cryptanalysis.

English Letter Frequency Reference

E
12.7%
T
9.1%
A
8.2%
O
7.5%
I
7%
N
6.7%
S
6.3%
H
6.1%
R
6%
D
4.3%
L
4%
C
2.8%
U
2.8%
M
2.4%
W
2.4%
F
2.2%
G
2%
Y
2%
P
1.9%
B
1.5%
V
1%
K
0.8%
J
0.2%
X
0.2%
Q
0.1%
Z
0.1%

How to Use the Frequency Analysis — Letter & Bigram Statistics

  1. Enter or paste your text in the input field.
  2. The encoded or decoded result appears automatically.
  3. Copy the output using the copy button.
  4. Switch between encode and decode modes if available.

Référence rapide

DeVers
A65 (ASCII)
Z90 (ASCII)
a97 (ASCII)
048 (ASCII)
Space32 (ASCII)
@64 (ASCII)

Cas d'utilisation

Formule

Letter frequency = (count of letter / total letters) × 100%. In English the most frequent letters are E (12.7%), T (9.1%), A (8.2%), O (7.5%), I (7.0%). Frequency analysis is the primary technique for breaking classical ciphers.

Questions fréquemment posées

What is frequency analysis?
Frequency analysis is the study of how often each letter (or group of letters) appears in a text. Since different languages have characteristic letter frequencies, this technique is used to break classical substitution ciphers.
How is frequency analysis used to break ciphers?
In a simple substitution cipher, the most frequent ciphertext letter likely represents E in English. By mapping the ciphertext frequency distribution to the expected English distribution, you can recover the substitution key.
What are bigrams?
Bigrams (or digrams) are pairs of consecutive letters. The most common English bigrams are TH, HE, IN, ER, AN. Bigram analysis helps break more complex ciphers like Vigenère and Playfair.
What are the most frequent letters in English?
The top 10 most frequent English letters by percentage are: E (12.7%), T (9.1%), A (8.2%), O (7.5%), I (7.0%), N (6.7%), S (6.3%), H (6.1%), R (6.0%), D (4.3%).
Does this tool support Cyrillic frequency analysis?
The current tool counts Latin letters only. For Russian text, the most frequent letters are О, Е, А, И, Н, Т, С, Р — different from English.