Encode special characters in URLs using percent-encoding, or decode %20, %3A and other escaped characters back to readable text.
URLs can only contain a limited set of safe characters. Special characters like spaces ( ), ampersands &, slashes /, and non-ASCII characters must be percent-encoded before being included in a URL query string.
%20, %3A, etc.%20 back to readable text.