URL Encoder URL Decoder Base64 Encoder/Decoder Bcrypt Hash Generator/Checker AES Encryption/Decryption Jwt
JSON Formatter
My Public IP

Developer Tool-kit

URL Encoder Tool

  1. Developer Tool-kit
  2. URL Encoder Tool

 

Information!

The URL encoding functions focus on taking program data and making it safe for use as URL components by quoting special characters and appropriately encoding non-ASCII text.

Main two usages:

  • URL query string - Spaces are replace by '%20'
  • Form data - Spaces are replace by '+'

URL query: Refer URL data pass as query string as

url encoded

Form data: For the default content type 'application/x-www-form-urlencoded'. The Forms submitted with this content type must be encoded as follows:

Control names and values are escaped. Space characters are replaced by '+', and then reserved characters are escaped as described in [RFC1738], section 2.2: Non-alphanumeric characters are replaced by `%HH', a percent sign and two hexadecimal digits representing the ASCII code of the character. Line breaks are represented as "CR LF" pairs (i.e., `%0D%0A').


The control names/values are listed in the order they appear in the document. The name is separated from the value by '=' and name/value pairs are separated from each other by '&'.

pre form encoded     form encoded

Is percent-encoding different from URL encoding?

No.

References:

  1. Wiki
  2. https://www.w3.org/TR/html4/interact/forms.html#h-17.13.4.1 


Tool-kit summary lwogo Developer Tool-kit & other tools:

Developer Tool-kit is a set of online developer tools that help get the results of various functionality on-the-fly and diagnose.

Various tools:

  • URL Encoder Tool
  • URL Decoder Tool
  • Base64 Encoder/Decoder Tool
  • JSON Formatter/Beautifier Tool
  • My Public IP address Tool
  • Bcrypt Hash Generator/Checker Tool
  • AES Encryption Decryption Tool
  • Jwt Tool

Other info:

  • Audience Type: Software developers and users
  • Abstract: Online Utility Tools
  • Version: v8.0.5
  • Date published: 2020-07-14
  • Date modified: 2021-11-28
  • Publisher: Rajendra Varma
  • Author: Rajendra Varma

Note - Since none of the user information does get stored on server, it is safe to use these tools

© tool-kit.dev | Privacy | Terms | v8.0.5

'fb' | 'twitter' | 'Protected by Copyscape'