# Remove Accents & Diacritics

> Convert accented characters to plain ASCII — café becomes cafe, naïve becomes naive.

To remove accents, paste text above and every accented character is decomposed and stripped back to its base ASCII letter. Ligatures and special letters that have no decomposition, such as ß, æ and ø, are mapped explicitly to their conventional ASCII equivalents.

**URL:** https://convertto.tech/t/remove-accents
**Category:** Text Tools (https://convertto.tech/c/text-tools)
**Privacy:** Runs entirely in the browser; no upload
**Cost:** Free, no sign-up
**Last updated:** 2026-08-01

## Key facts

- **Privacy:** Runs entirely in your browser — nothing is uploaded
- **Cost:** Free, unlimited, no sign-up

## How to use

1. Enter or paste your text.
2. The result appears immediately — copy or download it.

## FAQ

### Is removing accents safe for names?

It changes them. "Müller" becoming "Muller" is usually acceptable for a URL slug, but treating the two as the same person in a record system is a real data quality problem — and in German, ü properly transliterates to "ue", not "u".

### How does accent removal work technically?

The text is normalised to NFD, which separates a letter from its accent into two code points, and then the combining marks are deleted. That is why é becomes e while ø, which has no separable accent, is unaffected.

## Related tools

- [ASCII Art Text Generator](https://convertto.tech/t/ascii-art-generator): Turn words into large ASCII banner text for terminals, READMEs and code comments.
- [Fancy Text Generator](https://convertto.tech/t/fancy-text-generator): Convert text into bold, italic, script, monospace and double-struck Unicode styles.
- [Glitch Text Generator](https://convertto.tech/t/glitch-text-generator): Create corrupted Zalgo-style glitch text using stacked Unicode combining marks.
- [Remove Line Breaks](https://convertto.tech/t/remove-line-breaks): Turn multi-line text into a single line, joining with a space, comma or custom separator.
- [Upside Down Text Generator](https://convertto.tech/t/upside-down-text): Flip text upside down using Unicode look-alike characters, readable when rotated 180°.
- [Whitespace Remover](https://convertto.tech/t/whitespace-remover): Strip extra spaces, tabs, blank lines and trailing whitespace from any text.
- [Image to ASCII Art Converter](https://convertto.tech/t/image-to-ascii): Turn any picture into ASCII art with adjustable width and character sets.
- [Invisible Character Detector](https://convertto.tech/t/invisible-character-detector): Find zero-width spaces, directional overrides, Unicode tag characters and homoglyphs hidden in pasted text — then strip them.
