URL Encoder/Decoder
Encode special characters for safe use in URLs or decode percent-encoded strings back to readable text. Uses standard encodeURIComponent encoding.
How to Use
- 1Select Encode mode to convert text into a URL-safe format, or Decode mode to convert percent-encoded strings back to text.
- 2Type or paste your content into the input textarea on the left.
- 3The encoded or decoded result will appear instantly in the output textarea on the right.
- 4If the input contains invalid percent-encoded sequences while in Decode mode, a red error banner will explain the issue.
- 5Use the Copy button to copy the output to your clipboard, or Clear to reset both fields.