Why URL-encode?
URLs can only contain a limited set of characters. Spaces, ampersands, question marks, accents, and other symbols must be percent-encoded (e.g. a space becomes %20) to travel safely in a link or query string. This tool converts both directions.