| No. | original | target |
|---|---|---|
| 1 | (Space) | %20 |
| 2 | + | %2B |
| 3 | & | %26 |
| 4 | = | %3D |
| 5 | < | %3C |
| 6 | > | %3E |
| 7 | " | %22 |
| 8 | # | %23 |
| 9 | , | %2C |
| 10 | % | %25 |
| 11 | { | %7B |
| 12 | } | %7D |
| 13 | | | %7C |
| 14 | \ | %5C |
| 15 | ^ | %5E |
| 16 | ~ | %7E |
| 17 | [ | %5B |
| 18 | ] | %5D |
| 19 | ` | %60 |
| 20 | ; | %3B |
| 21 | / | %2F |
| 22 | ? | %3F |
| 23 | : | %3A |
| 24 | @ | %40 |
| 25 | $ | %24 |
The URL escape character reference table provides escape rules for special characters in URLs. When requesting a URL, if special characters are encountered, in order to avoid parsing ambiguity, the special characters in the URL will be escaped (replaced) according to the rules provided in this reference table.