Convert percent-encoded text back to original string instantly.
It reverses percent-encoding, converting %20 back to space, %3D back to "=", etc.
decodeURIComponent("hello%20world") // "hello world"
%ZZ will throw; wrap in try/catch.All operations happen in your browser—no data is sent to our servers.