Uses encodeURIComponent() — safe for query values and path segments.
Yes, completely free. Encode and decode URLs with no sign-up.
Use Encode for query values and path segments (encodeURIComponent). Use Decode to turn percent-encoded strings back to plain text. Use Parse to break a full URL into parts.
No. All encoding, decoding, and parsing happens in your browser.
Encode and decode Base64 strings with image support
Escape and unescape text for JSON, HTML, and URL. Handle special characters correctly.
Encode and decode HTML entities: named ( , ©) and numeric ( ,  ). Extends basic escape with full entity support.