Skip to content

URL Encoding (Percent-encoding)

  • Converts unsafe characters into %xx form.
  • Example: hello world -> hello%20world.
  • Used in query strings and HTTP form submissions.