Parameter value (recommended)
Use encodeURIComponent-style conversion for query values, path fragments, and file names.
Convert URL encode/decode (percent encoding) instantly in your browser. Switch between encodeURIComponent/encodeURI behavior and detect possible double encoding.
Auto mode is the default. Paste inntak and get immediate úttak, then copy, swap, or clear in one flæði.
Use encodeURIComponent-style conversion for query values, path fragments, and file names.
Use encodeURI-style conversion when you need to preserve the full URL structure.
In form-style queries, + may represent a space. You can switch this behavior in Advanced options.
Inntak
https://example.com/search?q=Tokyo lunch&ref=email#section
Úttak pyfirferð
Choose Full URL target to preserve URL structure while converting
Inntak
utm_source=email&utm_campaign=spring sale 2026
Úttak pyfirferð
Easy to bera saman + and %20 behavior
Inntak
Hello/World?name=John Doe¬e=10%OFF
Úttak pyfirferð
Safe decode keeps invalid % sequences and warns instead of crashing
%20 is the RFC-style space representation, while + is mainly used in application/x-www-form-urlencoded conventions. In form-origin queries, + may be treated as a space.
Use encodeURIComponent-style conversion for values only, and encodeURI-style conversion for full URLs. Decide based on whether delimiters should remain unchanged.
If you see many %25 sequences, the same inntak may have been encoded multiple times. This verkfæri can detect that and lets you decode once more with one click.