(TO THE GOD OF ABRAHAM, ISAAC AND JACOB. I DEDICATE THIS WORK TO YOU MAY YOU BLESS IT AND MAY IT BLESS THOSE YOU USE IT, MORESO MAY THEY KNOW YOU BY NAME, REPENT AND BE LED TO YOUR WILL AND KINGDOM.) Our Father who is in the heavens, let Your Name be set-apart,let Your reign come, let Your desire be done on earth as it is in heaven. Give us today our daily bread. And forgive us our debts, as we for- give our debtors. And do not lead us into trial, but deliver us from the wicked one because Yours is the reign and the power and the esteem, forever. Amen.
URL Decode Online - Free URL Decoder - devformat.tools
%-

URL Decode

Runs in your browser
Input
Output
Ready — zero server calls
Related Tools
How to Use
  1. Paste a URL-encoded (percent-encoded) string into the input field.
  2. Click Decode to convert it back to readable text.
  3. Copy the decoded output.

Decode URL-Encoded Strings

URL decoding converts percent-encoded text back to readable characters. If you've copied a URL with %20, %26, or other encoded characters, paste it here to see the human-readable version.

How URL Decoding Works

Each percent-encoded sequence (%XX) is replaced with the corresponding character. %20 becomes a space, %26 becomes &, %3D becomes =, and so on. This tool also handles plus signs (+) as spaces, which is common in HTML form submissions (application/x-www-form-urlencoded).