RawUrlEncode() Online - URL encoder

Encoded result - RawUrlEncode():
Encoded result - UrlEncode():

What is RawUrlEncode()?

The free Raw URL encoder encodes a URL, text, string or pattern using the PHP function RawUrlEncode() , replacing all non-alphanumeric characters except - _ .~ with a percent sign (%) plus two hexadecimal values.

This encoding corresponds to the RFC 3986 standard and is used so that special characters are not interpreted as URL separators if you want to use a string within query parameters .

Secure raw URL encoding

Compared to other URL encoding tools, the Online Raw-URL Encrypter offers more security when encoding your entries:

  • Your entries will not be saved!
  • Data transmission is secured with TSL encryption
  • Your values will not be processed via GET parameters

RawUrlEncode example

The following is an example of percent encoding , i.e. how a URL is raw-encoded:

Before - Original URL:

https :// www.url-encode-online.de / url-encoder.php ? hl = en & test = abc

After - RawUrlEncode URL:

https %3A%2F%2F www.url-encode-online.de %2F url-encoder.php %3F hl %3D en %26 test %3D abc