# Letter Frequency Analyser

> Count letter and character frequencies — useful for cryptograms and puzzle solving.

Letter frequency analysis counts how often each character appears and compares it to the standard distribution of written English, where E, T and A are most common. It is the classic first step in breaking a substitution cipher and a quick way to check whether text is a pangram.

**URL:** https://convertto.tech/t/letter-frequency-analyser
**Category:** Text Tools (https://convertto.tech/c/text-tools)
**Privacy:** Runs entirely in the browser; no upload
**Cost:** Free, no sign-up
**Last updated:** 2026-08-01

## Key facts

- **Privacy:** Runs entirely in your browser — nothing is uploaded
- **Cost:** Free, unlimited, no sign-up

## How to use

1. Enter or paste your text.
2. Choose the count.
3. The result appears immediately — copy or download it.

## FAQ

### What can letter frequency reveal?

Which language a text is in, whether it has been encrypted with a simple substitution, and whether it is natural writing at all. English peaks sharply at E and T; a flat distribution suggests random data or a strong cipher.

### Why does frequency analysis break modern encryption?

It does not. Frequency analysis defeats substitution ciphers because each letter always maps to the same symbol. Modern ciphers produce output where every byte is equally likely regardless of the input, leaving nothing to count.

## Related tools

- [Word & Character Frequency Counter](https://convertto.tech/t/text-statistics): Count how often each word, character or line appears in your text.
- [Word Frequency Counter](https://convertto.tech/t/word-frequency-counter): Count how often each word appears, with stop-word filtering and a frequency chart.
- [Caesar Cipher Encoder](https://convertto.tech/t/caesar-cipher): Encrypt and decrypt text with a Caesar shift cipher, including ROT13.
- [Leetspeak Converter](https://convertto.tech/t/leetspeak-converter): Convert normal text into 1337 5p34k, with light or heavy substitution.
- [Morse Code Translator](https://convertto.tech/t/morse-code-translator): Translate text to Morse code and decode Morse back to plain text, letters and numbers included.
- [ROT13 & ROT-N Cipher](https://convertto.tech/t/rot13-rotn-cipher): Shift letters by any amount — ROT13, ROT47 and every rotation in between, with a full table.
- [AI Content Detector](https://convertto.tech/t/ai-content-detector): Score text with a real language model in your browser and see the per-token surprise that detection methods are built on.
- [AI Writing Pattern Checker](https://convertto.tech/t/ai-writing-pattern-checker): Measure sentence-length variance, vocabulary richness, marker phrases and typographic tells, with per-sentence scoring.
