URL Encoder

Encode text for safe use in URLs

Share this calculatorWhatsAppXFacebookLinkedIn

Formula Used

Percent-encodes characters that aren't allowed unencoded in a URL, using encodeURIComponent.

Step-by-Step Explanation

  1. 1Paste the text or URL you want to encode.
  2. 2The percent-encoded output updates instantly.

Worked Examples

Example 1

Encode a query string

Input: free calculator

free%20calculator

Frequently Asked Questions

Related Calculators