🌐
URL Encoder / Decoder
Encode and decode URLs and query parameters for safe use in links.
Anúncio Google — 728×90
Anúncio Google — 320×100
How it works
URLs can only contain specific ASCII characters. Encoding converts spaces, accented characters, and special symbols into a safe format for use in links (e.g., 'hello world' → 'hello%20world').
Frequently asked questions
When should I encode a URL?
Whenever you need to include special characters (spaces, accents, &, =, ?) in URL parameters or query strings.
What's the difference between encodeURI and encodeURIComponent?
This tool uses encodeURIComponent, which encodes all special characters including /, :, @, which encodeURI leaves intact.
Other tools
🔡
Case Converter
Easily change your text case to uppercase, lowercase, title case, sentence case, and more.
📄
Word and Character Counter
Count words, characters, lines, and paragraphs in real time.
🔗
SEO Slug Generator
Convert any text or title into a clean, SEO-friendly URL slug.
🔑
Password Generator
Generate strong, secure passwords with custom length and character options.