DHDev Tool Hub

URL Decoder

Paste encoded query values or path fragments and convert them back into readable text for debugging and documentation.

Decoded text

FAQ

Does the decoder handle plus signs?

Yes. It treats plus signs as spaces before decoding, matching common query string workflows.

What happens if the input is malformed?

The API returns a validation error instead of guessing at a partial decode.