EncodeURI Encoder

About this tool:

  1. EncodeURI: Escapes characters in a full URI, preserving letters, digits, and some reserved characters.
  2. encodeURIComponent: Encodes a URI component, converting reserved and non-ASCII characters to percent-encoding.