Soundex and Metaphone generator
Turn words into phonetic codes to find names that sound alike.
Soundex and Metaphone generator
Paste a list of names or words and this tool generates a phonetic code for each one — a short fingerprint of how it sounds rather than how it is spelled. Turn on Soundex, Metaphone, Double Metaphone and Kölner Phonetik independently and compare their codes side by side. It is built for exactly the problem those algorithms solve: "Catherine" and "Katherine" look different but should match, and a misspelled "Smyth" should still turn up next to "Smith".
Choose whether the input is split word by word or line by line, so a one-name-per-line list and a paragraph of running text both work. Turn on "Group words with matching codes" to collapse the table into clusters of words that share a code — the fastest way to spot near-duplicate names in a contact list or a set of survey responses. Paste a second list into the "List B" field and the tool switches to comparison mode instead, matching each word in your main list against list B by phonetic code — useful for reconciling two spellings of the same customer or author name. Output as a readable table or as CSV for a spreadsheet.
Soundex keeps the first letter and reduces the rest to three digits, which is fast but coarse. Metaphone and the simplified Double Metaphone variant here track English pronunciation rules more closely, including silent letters and digraphs like "ph" and "gh". Kölner Phonetik follows the German-language rules instead, so it is the better choice for German names. None of the four is perfect on its own — that is exactly why the tool lets you run several at once and compare.
Everything runs locally in your browser; the names you paste are never uploaded anywhere. Copy the result, download it as a .txt file, or send it straight to the input of another tool to keep working on it.