Simplicalcs

    URL encoder / decoder

    πŸ”’ Runs entirely in your browser. Nothing you enter is sent to any server.

    Advertisement
    Encode as
    Encodes all special characters including / : ? = & # β€” use when encoding a value inside a URL
    Advertisement

    URLs can only contain a limited set of ASCII characters. Any character outside that set β€” spaces, ampersands, equals signs, accented letters β€” must be percent-encoded as a % followed by the character's two-digit hex code. There are two common cases: encoding a single value to go inside a query string (where / and : also need escaping) and encoding a full URL where the structural characters should be preserved. This tool handles both, and decodes any percent-encoded string back to readable text with a single click.