Encode or decode URLs, HTML entities, Punycode domains, and query strings — six modes in one tool.
| Character | URL Encode | HTML Entity | Description |
|---|---|---|---|
| + | | Space | |
| " | %22 | " | Quote |
| ' | %27 | ' | Apostrophe |
| < | %3C | < | Less-than |
| > | %3E | > | Greater-than |
| & | %26 | & | Ampersand |
| # | %23 | — | Hash |
| = | %3D | — | Equals |
| + | %2B | — | Plus |
| @ | %40 | — | At sign |