Aller au contenu principal
RADIANK
en

(01) — TOOLS

URL, encode and decode.

Percent-encoding for query strings and fragments. Accents, spaces, punctuation. It stays in the tab.

encodeURIComponent: for a query value, not a full URL.

At a glance

(02) — METHOD

Two fields, one % alphabet.

01 — Encode

Type on the left. The tool runs encodeURIComponent (UTF-8).

02 — Decode

Paste a percent-encoded string on the right. A bad sequence is flagged.

03 — Copy

Copy plain or encoded text. Nothing is sent.

(03) — FAQ

Short answers.

encodeURI or encodeURIComponent?
This tool uses encodeURIComponent. It also encodes :, /, ?, #, & — right for a parameter value, not a full URL.
Do accents work?
Yes. “é” becomes %C3%A9 (UTF-8). A malformed % sequence errors on decode.
Is anything sent to a server?
No. It stays in the tab.

← All tools