Remove Accents from Text
Strip accents and diacritics: á→a, ñ→n, ü→u.
100% in your browser — nothing uploadedPaste text and get it back without diacritical marks: café becomes cafe, señor becomes senor, über becomes uber. Handy for filenames, usernames, database keys, ASCII-only systems, and matching text where accents vary.
The conversion uses Unicode normalization (NFD) to separate base letters from combining marks, so it works across Spanish, Portuguese, French, German, and any Latin-script language. An option lets you keep the ñ intact for Spanish text where it changes meaning.
FAQ
Does it change the ñ?
By default ñ becomes n, but there’s a toggle to preserve it — useful when "año" and "ano" must stay distinguishable.
Which languages does it support?
Any language written in Latin script with diacritics: Spanish, Portuguese, French, German, Czech, Vietnamese, and more.
Does it affect uppercase letters?
Yes, equally: Á→A, Ñ→N, Ü→U. Casing is otherwise preserved exactly.