Tools list

Jump to the App!
Bellow is the list of all the tools available in PowerDev.Tools. Press any tool to see a screenshot and a description.

URL Decoder

Decode a percent-encoded URL string back to text
URL Decoder

Details

URL encoding, also known as URI encoding or percent-encoding, converts characters into a format that only contains ASCII characters compatible with the HTTP protocol.

This tool decodes a percent-encoded URL string back into readable text. It reverses the encoding process, turning sequences such as %20 and %2F back into their original characters like spaces and slashes.

Common encoded sequences that are decoded are:

  • %20 is decoded to a Space
  • %2B is decoded to a + sign
  • %2F is decoded to /
  • %3F is decoded to ?

Looking to encode text into a URL safe string instead? Use the URL Encoder.

Copyright © 2024-2026 PowerDev.Tools
by Przemysław Grzywacz
All rights reserved
If you want to support my work, you can buy me a coffee ☕

POWERDEV.TOOLS