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.

B%C3%BCt%C3%BCn insanlar h%C3%BCr%2C haysiyet ve haklar bak%C4%B1m%C4%B1ndan e%C5%9Fit do%C4%9Farlar

For developers:

Examples