Href Path Encoder
Paste a file path or URL with spaces and get the fully encoded, href-safe version, backslashes flipped for the web, with one-click copy.
Fully encoded (every href-unsafe character)
encodeURI escapes spaces and the other characters an href trips on, and leaves the URL's structure (slashes, colons, query strings) alone.