Encoding Tools
Encode and decode in an instant: Base64, URL (percent-encoding) and HTML entities. Useful for embedding an image in CSS, building a valid URL, escaping content for a web page or reading an encoded string.
Processing is purely local: paste your data and get the result without anything travelling over the network.
Base64 Encode/Decode
Encode or decode text to/from Base64.
URL Encode/Decode
Encode or decode strings for use in URLs.
HTML Encode/Decode
Encode or decode HTML entities.