Plain Text / URL
Encoded Output
Component mode
Encodes everything incl. : / ? & = — use for query values
Full URL mode
Preserves : / ? & = structure — use for complete URLs
Common encodings
Space → %20 · @ → %40 · { → %7B · " → %22
Encode plain text or URLs into percent-encoded format, or decode encoded strings back to readable text.