devtools

NATO Phonetic Alphabet

Convert text to the NATO phonetic alphabet — Alpha, Bravo, Charlie — to spell names, codes, and passwords clearly over the phone. Free, in your browser.

Runs entirely in your browser — your data never leaves your device.

How to use NATO Phonetic Alphabet

What it does & when you need it

The NATO phonetic alphabet spells each letter with an unmistakable code word — A is Alpha, B is Bravo, C is Charlie — so a string survives a noisy phone line, a radio, or a crowded room. This tool converts any text into those code words instantly, which is exactly what you want when reading out a booking reference, a serial number, a licence plate, a WiFi password, or a support-ticket ID to someone who cannot see your screen.

It runs entirely in your browser and updates as you type, so nothing you spell out is sent anywhere.

How to use

  1. Type or paste into the text buffer, or press Sample.
  2. The phonetic buffer shows the spelled-out version live.
  3. Choose how code words are joined — space, hyphen, or comma — to match how you like to read them.
  4. Press Copy result or Ctrl/Cmd + Enter to copy it.

Things worth knowing

It is case-insensitive with canonical output. Whether you type abc, ABC, or aBc, you get Alpha Bravo Charlie. The mapping ignores the case of your input and always emits the standard code word.

Digits are spelled out too. Numbers become Zero through Nine, so 7 reads as Seven. Note that strict aviation radio usage says "Niner" for nine and "Fife" for five to avoid confusion; this tool uses the plain English number words, which are clearer for everyday spelling.

Word boundaries are preserved. A space in your input becomes a / divider in the output, so SW1A 1AA keeps its two groups visibly apart. Line breaks are kept, and any character without a code word — punctuation, symbols — is passed through unchanged.

The full A-to-Z mapping is also exported for developers who want to reuse it.

From here you might reverse the text, convert it to binary, or change its case.

Examples

Spell a word

Hello

Reads as Hotel Echo Lima Lima Oscar.

Booking reference

BA249

Letters and digits together become Bravo Alpha Two Four Nine.

Postcode with a gap

SW1A 1AA

The space turns into a / divider so the two groups stay clear when read aloud.

Frequently asked questions

What is the NATO phonetic alphabet?

It is the international radiotelephony spelling alphabet, where each letter is replaced by a distinct code word — A is Alpha, B is Bravo, C is Charlie, through to Z is Zulu. Because the words sound nothing alike, they survive a noisy phone line or radio far better than letter names like "B" and "P".

How does it handle mixed case and numbers?

Letters are mapped case-insensitively and always output the canonical code word, so "abc", "ABC", and "aBc" all give "Alpha Bravo Charlie". Digits are spelled out as Zero through Nine, so a reference like BA249 reads as Bravo Alpha Two Four Nine.

Why does it say "Nine" and not "Niner"?

Strict aviation and military radio procedure uses "Niner" for nine and "Fife" for five to avoid confusion in the air. This tool uses the plain English number words, which are clearer for everyday spelling over the phone. The FAQ notes the aviation variants for anyone who needs them.

What happens to spaces and punctuation?

A space between words becomes a " / " divider so the groups stay visibly separate, and line breaks are preserved. Any character without a code word, such as a hyphen or a symbol, is passed through unchanged so nothing is silently dropped.

Is anything sent to a server?

No. The conversion runs entirely in your browser, so a password or reference number you are spelling out never leaves your machine, and it keeps working offline once the page has loaded.