When you’re staring at an unfamiliar string of dots and dashes, scanning up and down the full Morse code alphabet for a match is slow and error-prone. There’s a faster way in: count the signals first. Every letter in Morse code is built from a specific number of dots and dashes, and that count alone narrows the field to a small, manageable group of possible letters before you even look at the pattern itself.
Start by Counting the Signals
Before you try to match a pattern, count how many dots and dashes it contains. That number alone tells you how many letters you’re choosing between:
A single signal narrows things down to just 2 possible letters. Two signals give you 4 possible letters. Three signals give you 8 possible letters. Four signals give you 12 possible letters. Once you know the count, you only need to check the pattern against a short list instead of the entire alphabet.
One-Signal Patterns
There are only two letters made from a single signal, and they’re the two most common letters in English — which is exactly why Morse code assigns them the shortest patterns.
| Letter | Pattern |
|---|---|
| E | · |
| T | – |
Two-Signal Patterns
Four letters use exactly two signals. At this length, every combination of dot and dash is already taken.
| Letter | Pattern |
|---|---|
| I | · · |
| A | · – |
| N | – · |
| M | – – |
Three-Signal Patterns
Eight letters share a three-signal length, which makes this group the one most worth memorizing first — it covers some of the most frequently used letters in the alphabet.
| Letter | Pattern |
|---|---|
| S | · · · |
| U | · · – |
| R | · – · |
| W | · – – |
| D | – · · |
| K | – · – |
| G | – – · |
| O | – – – |
Four-Signal Patterns
Twelve letters are built from four signals — the largest group, and the one where counting first saves you the most time.
| Letter | Pattern |
|---|---|
| H | · · · · |
| V | · · · – |
| F | · · – · |
| L | · – · · |
| P | · – – · |
| J | · – – – |
| B | – · · · |
| X | – · · – |
| C | – · – · |
| Y | – · – – |
| Z | – – · · |
| Q | – – · – |
Working in the other direction — starting from a letter and looking up its pattern — is a different problem, and the Morse Code Alphabet & Chart is organized alphabetically instead, which makes that direction faster.
Common Patterns People Get Confused
A handful of pairs and small families of letters trip people up more than any others, usually because one pattern is just a single extra signal away from another.
U is · · – and V is · · · –. V is simply U with one extra dot added to the front of the final dash.
D is – · · and B is – · · ·. B is D with one extra dot tacked onto the end.
These three build on each other: N is – ·, K adds a dash to become – · –, and Y adds another dash to become – · – –.
All four start with two dashes: G is – – ·, O is – – –, Q is – – · –, and Z is – – · ·. Only what follows those first two dashes tells them apart.
A Faster Method: The Binary Decision Tree
Once counting signals feels natural, there’s a quicker method: treat each pattern as a series of branching choices. Start at the first signal — a dot sends you down one branch, a dash sends you down the other. Each following signal branches again, narrowing the possibilities until only one letter is left.
For example, a dot first narrows you toward E, I, S, or H, among others, while a dash first points toward T, M, O, or similar dash-heavy letters. Add the next signal and the branch narrows again. This is essentially how trained Morse operators read code in real time — not by counting and matching, but by recognizing the shape of the branch a pattern falls into.
Frequently Asked Questions
What does · – mean in Morse code?
A dot followed by a dash (· –) is the letter A.
What does – – – mean in Morse code?
Three dashes in a row (– – –) is the letter O.
Is there a quick way to memorize this without the chart?
The count-first method above is the fastest shortcut: learn how many letters share each signal count, then narrow from there instead of memorizing all 26 patterns at once. For a more structured memorization approach, see the “How to Learn Morse Code” section of the Morse Code Guide.
Explore More
To convert a full message instead of a single letter, use the Morse Code Translator. To look up any letter’s pattern going the other direction, see the full alphabet reference.
