Sunday, August 3, 2014

Encode/Decode URI Manual Tool

encodeURI

The encodeURI() method encodes a Uniform Resource Identifier (URI) by replacing each instance of certain characters by one, two, three, or four escape sequences representing the UTF-8 encoding of the character (will only be four escape sequences for characters composed of two "surrogate" characters).
developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURI

decodeURI

The decodeURI() decodes a Uniform Resource Identifier (URI) previously created by encodeURI or by a similar routine.
developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURI

The tool

Paste the text below

RESULT