Edit encoded and decoded URLs side by side with instant conversion.
Encoded URL
Edit this pane to decode into the lower URL editor.
Decoded URL
Edit this pane to generate the encoded URL above.
Strategy
Query String Handling
Validation
Encoded URL updated
Encoded length
93
Decoded length
75
How To Use
The top pane is always the encoded URL. The bottom pane is always the decoded URL. Edit either one and the other updates immediately.
Use Component for query values, path fragments, and isolated pieces of text. Use Full URL when you want to keep URL separators such as `:`, `/`, `?`, and `#`.
Turn on Encode spaces as `+` when you are preparing form-style query strings. Turn on Decode `+` as space when reading form-style encoded data back.
The Wrap toggle only changes how long encoded output is shown in the editor. It does not change the actual value.