Content utilities
Encoding & escape lab
Switch between URL encoding, HTML entities, and escape helpers without juggling separate scripts. Choose an operation and direction to clean or restore payloads for APIs, CMS fields, and debugging sessions.
Category: Content utilities View documentation
Highlights
- Unified interface for URL encoding, entity conversion, and escape helpers
- Server-side transforms preserve large payloads, emojis, and UTF-8 edge cases
- Applied-settings panel documents quote style, encoding, and double-encode flags
Transform input
Choose the operation, direction, and optional entity controls before sending the payload to the server.
Quick samples
Drop curated samples for common encoding, decoding, and escape workflows.
Transformation result
Review the transformed output, copy it instantly, and track applied settings.
URL encode / decode
Prepare query strings or payloads for links with urlencode helpers.
Input characters
47
Output characters
61
Active mode
Encode
Convert spaces to + and percent-encode special characters.

