websy.tools

URL Encoder/Decoder

Encode or decode URLs for safe transmission with batch processing and component breakdown.

URL Encoder
Enter text to encode for use in URLs
About URL Encoding

What is URL Encoding?

URL encoding converts characters that are not allowed in URLs into a format that can be transmitted over the Internet. It replaces unsafe ASCII characters with a "%" followed by hexadecimal digits.

When to Use URL Encoding

  • When passing data in URL parameters
  • When sending form data via GET requests
  • When using special characters in URLs
  • When creating links with non-ASCII characters

Common URL Encoded Characters

Space: %20
!: %21
": %22
#: %23
$: %24
%: %25
&: %26
': %27
+: %2B
,: %2C
/: %2F
:: %3A
;: %3B
=: %3D
?: %3F
@: %40

How to use:

  1. Enter text in the input area
  2. Select encode or decode mode
  3. Use batch mode for multiple lines
  4. Click the process button
  5. Copy the result to clipboard