Encode and decode URL strings
Your result will appear here...
URL encoding (also called percent encoding) converts special characters into a format that can be safely used in URLs. For example:
%20
&
becomes %26
=
becomes %3D
@
becomes %40
Common uses: