Back to Tools
String Encoder & Decoder
Encode and decode strings in URL, Base64, and HTML entity formats — all client-side and real-time.
String Encoder & Decoder
URL • Base64 • HTML Entities
Input
Output
How to Use
- Select the Format: URL Encoding, Base64, or HTML Entities.
- Choose Direction: Encode (text → encoded) or Decode (encoded → text).
- Type or paste your text into the input area. Enable Auto-convert for live results.
- Click Convert (or Ctrl+Enter) to process the conversion manually.
- Use Swap to exchange input and output for reverse conversion.
- Use Copy or Download to save the result.
Tip: URL encoding is useful for query parameters, Base64 for data transfer, and HTML entities for displaying reserved characters in web pages.