Yükleniyor...
Perform URL encode and decode operations quickly and easily
| Character | Encoded | Description |
|---|---|---|
| %20 | Space | |
| ! | %21 | Exclamation mark |
| # | %23 | Hash |
| $ | %24 | Dollar sign |
| & | %26 | Ampersand |
| ' | %27 | Single quote |
| ( | %28 | Open parenthesis |
| ) | %29 | Close parenthesis |
| + | %2B | Plus sign |
| , | %2C | Comma |
| / | %2F | Forward slash |
| : | %3A | Colon |
| = | %3D | Equals sign |
| ? | %3F | Question mark |
| @ | %40 | At sign |
| ç | %C3%A7 | Turkish character |
| ş | %C5%9F | Turkish character |
| ğ | %C4%9F | Turkish character |
| ü | %C3%BC | Turkish character |
| ö | %C3%B6 | Turkish character |
| ı | %C4%B1 | Turkish character |
URL encoding (Percent-encoding) is the process of representing unsafe or specially-meaningful characters in URLs using a percent sign (%) followed by two hexadecimal digits. For example, the space character is encoded as %20, and the Turkish letter "ş" as %C5%9F. This process ensures that URLs are correctly transmitted between browsers and servers.
URL encoding is frequently used in web development, API integrations, and proxy configurations. When working with ProxyTurk proxy services, correct encoding is critical, especially for URLs containing parameters.