Enter the text that you wish to encode or decode:
URL encoder means encoding certain characters in the URL. It is a two-step process:
The string character is encoded into a sequence of bytes.Then, each byte that is not an ASCII letter or a digit is converted to a hexadecimal value of the byte. Example: The string "François", would be encoded "Fran%C3%A7ois." We can see that this can make a URL a bit longer than before. But the intention of using this technique is that browsers only need to display the decoded form, and many protocols can send UTF-8 without the %HH escaping. URL Encoder/ Decoder tool by SEO Tools Kit is the online tool used to either encode or decode a string of text.
Reserved characters are special characters with a special purpose in a given context. A URL system indicates that if the same character is used for different purposes, then the character has to be percent-encoded. The process includes translating the character into its equivalent ASCII value followed by representing the resulting value using two hexadecimal digits. Hence, to encode any URL, use the URL Encoder/ Decoder Tool by SEO Tools Kit.
Below is a list of some of the reserved characters, their purpose, and encoding:
Character |
Character encode |
Purpose in URL |
/ |
%2F |
Used to separate domains & directories |
# |
%23 |
Separates anchors |
+ |
%2B |
Indicates a space |
% |
%25 |
Indicates an encoded character |
@ |
%40 |
Separate user & pass details from the domain |
: |
%3B |
Separate protocol from address |
<space> |
+ or %20 |
Space is not recommended in URLs |
? |
%3F |
Separate query string |
You should use this tool, especially when your link or text contains non-alphabetic characters, numbers, or special characters used outside of their normal context.
URL encoding and URL decoding, also known as percent-encoding, changes a string accordingly so that it follows the regulations imposed by the Uniform Resource Locators specification. The RFC 1738 URL specification states that only a small set of characters can be used in a URL structure. To abide by the regulation, the tool is used.
URL Encoder/ Decoder Tool is used when the browser sends data to a web server. You can use this tool to perform URL encoding or decoding of a string of text automatically, without any hassle.
The tool will start to process the result for you. In case of,