%20 %2F URL Decoder – Decode Percent Encoding Offline
Decode %20, %2F, %3D and all percent-encoded URLs in your browser. 100% offline, zero data sent. Free encoder and decoder for spaces, slashes, and special characters.
What does %20 mean in a URL?
%20 is the percent-encoded representation of a space character. When a URL contains a space, it must be encoded as %20 so it can be safely transmitted over the web.
What does %2F mean in a URL?
%2F represents a forward slash / when encoded. Since / is a reserved character used to separate URL path segments, it must be encoded as %2F when it appears as data inside a query parameter or path.
Master This Tool
Deep-dive guides and tutorials for advanced users.
Base64 Encoding: The Ultimate Deep Dive (RFC 4648)
Everything you ever wanted to know about Base64 but were too afraid to ask. A deep dive into the math, efficiency, security implications, and common pitfalls of binary-to-text encoding.
URL Encoding Fix: What %20, %2F, and %3A Actually Mean
Understand how URL encoding works, why special characters need to be encoded, and what %20, %3A, %2F and other percent-encoded values actually mean. A practical guide for developers.