URL Encoder/Decoder
Encode or decode URL components and parse query parameters with this useful tool.
URL Components
Enter a URL to see its individual components parsed and displayed.
Protocol
-
Hostname
-
Port
-
Path
-
Query Parameters
| Name | Value | Decoded Value |
|---|
Fragment (Hash)
-
Common URL-Encoded Characters
| Character | URL Encoded | Description |
|---|---|---|
| Space | %20 | Space character |
| ! | %21 | Exclamation mark |
| " | %22 | Double quote |
| # | %23 | Hash mark |
| $ | %24 | Dollar sign |
| & | %26 | Ampersand |
| + | %2B | Plus sign |
| = | %3D | Equals sign |
| ? | %3F | Question mark |
| @ | %40 | At sign |