URL Encoder / Decoder
Encode or decode URL components with encodeURIComponent and decodeURIComponent.
Runs locally — nothing is uploaded
How to use
- 1
Choose mode
Encode plain text to percent-encoding or decode an encoded string.
- 2
Enter value
Type or paste the text to convert.
- 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.
Encoded as %20 when encoding text for URL components.
Yes. Toggle modes at the top; switching clears the input so you start fresh.
Invalid percent-sequences show an error instead of partial output.
Related tools
QR Code Generator
Create styled QR codes for links, Wi‑Fi, contacts, and more. Logo and colors stay in your browser.
Developer Tools
Barcode Generator
Generate CODE128, EAN13, UPC, and CODE39 barcodes from text. Download as PNG.
Developer Tools
JSON Formatter
Format, validate, and minify JSON with clear error messages.
Developer Tools
Base64 Encoder / Decoder
Encode and decode text or images to Base64. Works entirely offline.
Developer Tools