Skip to main content

URL Encoder/Decoder

Encode and decode URLs in real time. Supports both encodeURIComponent and encodeURI methods.

Share this tool
📖

How to Use

Step 1

Input

Input

Paste text or URL into the input field

Step 2

Select

Select

Select encode/decode mode and encoding type

Step 3

Result

Result

Results appear in real-time, ready to copy

Features

Real-time Conversion

Encoding/decoding results appear as you type

Two Encoding Types

Switch between encodeURIComponent and encodeURI

Browser Only

Data is never sent to any server

FAQ

URL encoding converts characters that cannot be used in URLs (Japanese, spaces, special symbols, etc.) into "%XX" format.