Back to Home

Tool Name

Tool description

Mode:
Type:

Input (Plain)

0 chars

Quick Examples:

Options

Standard encoding: Encodes special characters except - _ . ~

Output (Encoded)

0 chars

URL Encoding Reference

Reserved Characters (must encode):

! * ' ( ) ; : @ & = + $ , / ? # [ ]

Unreserved Characters (safe):

A-Z a-z 0-9 - _ . ~

Common Encodings:

Space → %20 or +
@ → %40
& → %26
= → %3D
/ → %2F
? → %3F