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

Base32 Encode/Decode

Encode or decode text to/from Base32 (RFC 4648)

Base58 Encode/Decode

Encode or decode with Base58 (Bitcoin alphabet)

Binary to Text

Convert text ↔ binary ↔ hex (UTF-8)

Other categories