A simple tool that encodes (escapes) a text so it can be used as a part of an URL, according to RFC 3986 For example, it will escape > character to %3E or ? to %3F It also works vice-versa.