Skip to content
osint
.awajis
.com
Network
Website
Email
Encoding
Home
/
Encoding
/
URL Encode/Decode
URL Encode/Decode
Encode or decode URL-encoded strings. Handle special characters in URLs.
Encode
Decode
function($$renderer3) { $$renderer3.push(`<div class="flex gap-2 mb-3"><button${attr_class(`px-4 py-1.5 rounded-lg text-sm font-medium transition-colors ${stringify3( "bg-(--color-primary) text-white" )}`)}>Encode</button> <button${attr_class(`px-4 py-1.5 rounded-lg text-sm font-medium transition-colors ${stringify3("bg-(--color-surface-alt) text-(--color-text-muted) hover:text-(--color-text)")}`)}>Decode</button></div> <textarea class="tool-input min-h-24 resize-y"${attr( "placeholder", "Enter text to URL-encode..." )}>`); const $$body = escape_html2(input); if ($$body) { $$renderer3.push(`${$$body}`); } $$renderer3.push(`</textarea>`); }