URL encoder

URL encoded

Special characters like (, <, ' ' (space) and é are 'escaped' before passing as an URL parameter (what follows after the ? in an URL like search.php?text=risqu%C3%A9 ). For an overview of all the special characters in HTML, see the HTML character map.

Tous les %C3%AAtres humains naissent libres et %C3%A9gaux en dignit%C3%A9 et en droits

For developers:

Examples