kitzos

URL Encoder / Decoder

Encode or decode URL components with encodeURIComponent and decodeURIComponent.

Runs locally — nothing is uploaded

How to use

  1. 1

    Choose mode

    Encode plain text to percent-encoding or decode an encoded string.

  2. 2

    Enter value

    Type or paste the text to convert.

  3. 3

    Copy result

    Copy the encoded or decoded output.

Frequently Asked Questions

Standard percent-encoding for URL components — the same rules browsers use for encodeURIComponent.