URL encode/decode

URL encoding, also known as percent encoding, is a way of converting characters into a format that can be safely transmitted over the Internet as part of a Uniform Resource Locator (URL).
You can change text in both textarea`s, and it will be encoded/decoded on the fly.

Security note: data is not being sent to the back-end, data is being processed only on client side!