Spell any string as Alpha Bravo Charlie code words, or turn a phonetic sequence into ordinary letters. Includes a clickable 26-letter chart.
Reading a booking reference down a bad phone line is where this alphabet earns its keep, because M and N sound alike and Mike and November do not. The NATO Phonetic Alphabet Converter turns a string into code words and reads them back the other way, with a breakdown grid showing which characters it recognised and which it could not.
Encoding uppercases your input, maps each character through a table of 36 entries covering A to Z and 0 to 9, and joins the results with a spaced em dash. SOS comes back as Sierra — Oscar — Sierra. A space in your text becomes the marker [SPACE] instead of disappearing, which is what lets a multi-word string survive a round trip.
Decoding lowercases everything, treats the em dash as whitespace, and looks each word up in the reversed table. Words it cannot place pass through unchanged rather than being dropped, so a decoded line shows you exactly where a sequence went wrong. The tables live in the page and no request is made.
?, which is far easier to scan than hunting through the joined output.SOS and Password123, the second of which is there to demonstrate digit handling.Copied! 🚀 badge above the button for 1.5 seconds.7 becomes Seven and 0 becomes Zero. The reference chart lists letters only, so those 10 rows work without being displayed.ACME-1 shows up in the output as a bare -, and its breakdown card turns red.space as readily as [SPACE], because people say the word rather than the bracketed marker when reading a sequence aloud.Hello hands back HELLO.Alpha and Juliet. ICAO documents spell them Alfa and Juliett on purpose, so that speakers of languages where ph is not an F sound, or a lone final t falls silent, still say them correctly.Alfa and you get back the literal word alfa, not the letter A.X-ray holds a hyphen and stays one token, so it survives the whitespace split. Written Xray it will not decode.Niner for 9 and Tree for 3 to survive a noisy channel; this chart says Nine and Three.Character Breakdown
Try:
NATO Reference Chart