Encode/Decode URL IMAGE Tool

Decode URL easily (that weird URL with special characters!) and vice versa.

You can encode and decode using UTF-8 or Base64 (Image) format.

How To Use

  • Paste the copied URL in the search box
  • Select the desired encoding format (UTF-8 or Base64 (Image))
  • Click Decode or Encode

Examples:

UTF-8 Encoding:

https%3A%2F%2Fexample.com%3Fquery%3DHello%20World!

After decoding: https://example.com?query=Hello World!

Base64 Encoding:

aHR0cHM6Ly9leGFtcGxlLmNvbT9xdWVyeT1IZWxsbyBXb3JsZCE=

After decoding: https://example.com?query=Hello World!