URL Encode
About the URL Encode Tool
The URL Encode Tool is a free online tool that will help you to encode URL parameters to send to the server.
About URL encoding
URLencoding, or "percent-encoding", is a mechanism for encoding information in a Uniform Resource Identifier (URI). It is often employed in the submission of HTML form data in HTTP requests.
The following characters are reserved in an URL context, so when used as data or parameters, they must be encoded.
! |
# |
$ |
& |
' |
( |
) |
* |
+ |
, |
/ |
: |
; |
= |
? |
@ |
[ |
] |
%21 |
%23 |
%24 |
%26 |
%27 |
%28 |
%29 |
%2A |
%2B |
%2C |
%2F |
%3A |
%3B |
%3D |
%3F |
%40 |
%5B |
%5D |
How to use the URL Encode Tool?
1. Just paste your URL in the tool's box.
2. Hit the "Encode" button to get your encoded URL.
More tools from FreeWebToolkit
Popular Tools
Recent Posts
Susan Wojcicki: The Garage Owner Who Shaped the History of Google
September 7, 2024
How To Create A Profile Iterator Custom Hook With React and TypeScript
September 7, 2024
How To Create a CSS Skeleton Animation in React js
November 19, 2022
How To Create a React Week Picker Using React Suite DatePicker?
November 13, 2022