Percent Encoding Tool
Complete percent encoding converter and RFC 3986 reference. View character-by-character breakdown and explore reserved vs unreserved character sets.
Percent encoding (also called URL encoding) is defined by RFC 3986 as the mechanism to encode arbitrary data in a URI. Each byte is represented as a percent sign (%) followed by two hexadecimal digits. This tool shows the percent-encoded form of every character in your input and provides a complete RFC 3986 reference.
RFC 3986 Percent Encoding Reference
RFC 3986 defines which characters are allowed in URIs without encoding. All other characters must be percent-encoded as %XX where XX is the hex value of each byte.
Unreserved Characters (never need encoding)
Reserved Characters (have special meaning in URIs)
| Character | Encoded Form | Purpose in URI |
|---|---|---|
| : | %3A | Scheme/port separator (http:, :8080) |
| / | %2F | Path segment separator (/path/to) |
| ? | %3F | Query string start (?key=value) |
| # | %23 | Fragment identifier (#section) |
| [ | %5B | IPv6 address bracket |
| ] | %5D | IPv6 address bracket |
| @ | %40 | User info separator (user@host) |
| ! | %21 | Sub-delimiter |
| $ | %24 | Sub-delimiter |
| & | %26 | Query parameter separator (&key=value) |
| ' | %27 | Sub-delimiter |
| ( | %28 | Sub-delimiter |
| ) | %29 | Sub-delimiter |
| * | %2A | Sub-delimiter |
| + | %2B | Sub-delimiter (also space in forms) |
| , | %2C | Sub-delimiter |
| ; | %3B | Sub-delimiter (path parameters) |
| = | %3D | Key-value separator (key=value) |
Must-Encode Characters (common examples)
| Character | Encoded Form | Purpose in URI |
|---|---|---|
| space | %20 | Not allowed in URIs |
| " | %22 | Not allowed (delimiter in HTML) |
| < | %3C | Not allowed (HTML tag) |
| > | %3E | Not allowed (HTML tag) |
| { | %7B | Not allowed (URI template) |
| } | %7D | Not allowed (URI template) |
| | | %7C | Not allowed |
| \ | %5C | Not allowed (escape char) |
| ^ | %5E | Not allowed |
| ` | %60 | Not allowed |
| % | %25 | Percent sign itself (to avoid ambiguity) |
FAQ
Oceń to narzędzie
4.0 / 5 · 197 ocen
Recommended
CloudflareFree CDN & DDoS protectionBądź na bieżąco
Otrzymuj cotygodniowe porady i nowe narzędzia.
Bez spamu. Zrezygnuj kiedy chcesz.
Enjoy these free tools?
☕Buy Me a Coffee