Encode and decode URLs and query parameters instantly.
It converts characters into a format that can be safely transmitted over the Internet.
URLs can only be sent over the Internet using the ASCII character-set. Unsafe characters are replaced with a '%' followed by two hexadecimal digits.
Yes, everything is processed directly in your browser.