Herramienta Percent Encoding
Convertidor de percent encoding completo y referencia RFC 3986.
El percent encoding esta definido por RFC 3986 como el mecanismo para codificar datos en un URI.
Referencia Percent Encoding RFC 3986
RFC 3986 define que caracteres estan permitidos en URIs sin codificacion.
Caracteres no reservados
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_.~
Caracteres reservados
| Caracter | Forma codificada | Proposito en 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) |
Caracteres que deben codificarse
| Caracter | Forma codificada | Proposito en 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) |
Herramientas URL relacionadas
FAQ
Califica esta herramienta
4.0 / 5 · 197 calificaciones
Más herramientas
%20Codificador/Decodificador URL%←URL Decoder%→URL Encode Online&;Codificador de entidades HTMLRecommended
CloudflareFree CDN & DDoS protectionMantente actualizado
Recibe consejos de desarrollo y nuevas herramientas.
Sin spam. Cancela cuando quieras.
Enjoy these free tools?
☕Buy Me a Coffee