URL Encoder / Decoder

Enter the text that you wish to encode or decode:





About URL Encoder / Decoder

This online URL encoder/decoder tool gives you the smartest and fastest coding / decoding service for free! The online URL encoding / decoding tool is very useful for adding special characters to URL parameters, also known as coding percent. The process of encoding the URL involves changing non-attributable characters using % (percent sign) and two additional hexadecimal values. If you want to know the email campaign or the origin of the newsletter, you can use URL decoding.

URL Encoder / Decoder

How to use this URL encoder / decoder online?

When you add a text string coding tool, the small URL decoder works in the space provided by the link https://freeseosolutions.com/url-encoder-decoder. Then, simply click on the "Encode" or "Decode" button and the results will be displayed immediately.

This is useful if you want to convert an encoded JavaScript URL that contains partially readable text into more readable text. URLs usually contain alphanumeric or non-alphanumeric characters encoded as "%" (percent) followed by some alphanumeric text. The spaces in the text are coded with the "+" sign.

URLs can only be transferred to the Internet using the ASCII character set. Since these URLs contain characters that are not part of the ASCII set, the URL must be converted to a useful ASCII format. URL encoding is used to replace insecure ASCII characters with a percent sign (%) followed by two hexadecimal digits. URL encoding replaces spaces with a plus sign (+) or %20.

What is the use of URL encoding?

The URL specification RFC 1738 states that only a small set of characters can be used in a URL. These characters are the following:

 

 A to Z (ABCDEFGHIJKLMNOPQRSTUVWXYZ)  - (Hyphen or Dash)
 a to z (abcdefghijklmnopqrstuvwxyz)  _ (Underscore)
 0 to 9 (0123456789)  . (Period)
 $ (Dollar Sign)  ! (Exclamation or Bang)
 + (Plus sign)  * (Asterisk or Star)
 ( (Open Bracket)  ' (Single Quote)
 ) (Closing Bracket)  

 

 

 

 

 

 

 

How does URL coding work?

The online URL encoding or coding percent is a method to encode specific information in a Uniform Resource Identifier (URI) in specific circumstances. Although it is widely known as a URL encoded name, it is usually used for the main assembly of Uniform Resource Identifiers (URIs), which contain the same URL and the Uniform Resource Name (URI).

Online URL encoding is also used to prepare data and send HTML form data to an HTTP request.

All properties that can be changed are replaced with a percent sign (%) and a two-digit hexadecimal value, which indicates the nature of the corresponding ISO character.

 

 $ (Dollar Sign) becomes %24  + (Plus) becomes %2B
 & (Ampersand) becomes %26  ,  (Comma) becomes %2C
 : (Colon) becomes %3A  ;  (Semi-Colon) becomes %3B
 = (Equals) becomes %3D  ? (Question Mark) becomes %3F
@ (Commercial A / At) becomes %40  

 

 

 

 

URL Encoder / Decoder