%

URL Encode Decode percent

Percent-encode URL strings or decode percent-encoded text back to readable form.

mode
scope
INPUTraw text
0 lines 0 chars
1
OUTPUTencoded
0 lines 0 chars
1
scope: component
Tool Guide

What this tool does

URL encoding converts spaces, Unicode text, and reserved characters into percent-encoded form, and decoding restores the original text.

When to use it

URL Encode Decode is useful during Encoding work when you need to quickly convert, inspect, format, or generate small pieces of developer data. It is intended for API responses, configuration snippets, logs, test inputs, and browser-side checks.

Input and output example

Input example: name=홍길동&role=admin user
Output example: name%3D%ED%99%8D%EA%B8%B8%EB%8F%99%26role%3Dadmin%20user

Notes and limitations

Use the result as a development aid and verify it before applying it to production systems. Check encoding, timezone, security, and format requirements when the output will be used in an application. Related concept: percent.

Copied