Encoders / Decoders
Select an encoding tool to get started.
Base64 Encoder/Decoder
Encode and decode Base64 strings.
URL Encoder/Decoder
Encode and decode URL strings.
HTML Encoder/Decoder
Encode and decode HTML entities.
Unicode Encoder/Decoder
Encode and decode Unicode escape sequences.
ASCII Encoder/Decoder
Convert text to and from ASCII codes.
Encoding and decoding are fundamental operations in web development and data transmission. Base64 converts binary data into ASCII text for safe transport over text-based protocols; URL encoding makes special characters safe to include in query strings; HTML entity encoding prevents XSS and ensures correct rendering of reserved characters in web pages.
All tools run entirely in your browser — no data is sent to a server, making them safe for sensitive content. The collection covers Base64 (with URL-safe variant support), URL percent-encoding, HTML entity encoding, Unicode escape sequences, and ASCII code conversion — everything you need for encoding tasks in daily development workflows.