Search for a tool or command
Percent-encode text for safe use in URLs and query strings.
Percent-encode any text so it can be dropped safely into a URL path, query parameter, or fragment. Reserved and unsafe characters - spaces, ampersands, question marks, and non-ASCII text - are converted to their %XX escapes using UTF-8. Choose component encoding for a single value or full-URI encoding when you want to preserve the URL structure.
Paste the value or full URL you want to make URL-safe - a search term, a redirect target, or a query parameter.
Use component mode for a single parameter value, or full-URI mode when you want to keep the scheme, host, and path separators unescaped.
The percent-encoded result appears instantly. Copy it into your URL, query string, or code.
Component encoding of text containing UTF-8 characters, spaces, and a reserved &.
Input
café & crèmeOutput
caf%C3%A9%20%26%20cr%C3%A8me