FmtDev
Language

%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.