URL encode and decode
The encoding follows the RFC2396.Therefore safe characters will not be encoded and space will be encoded as the + sign.
Characters exceeding 7-bit ASCII will be encoded as the character +
Use the forms below to encode or decode URL characters.
The first text area is for the plain text, the next for the encoded text.