Your data never leaves your browser. All encoding and decoding runs 100% client-side. No data is sent to any server.
Encode / Decode Hub
Convert between Base64, URL encoding, HTML entities, Hex, and Unicode escapes.
Potential secret detected! The content may contain API keys, tokens, or passwords. Be careful sharing the output.
Base64 encodes binary data as ASCII text using A-Z, a-z, 0-9, +, and /. Common for embedding images, data URIs, and HTTP auth headers. This tool handles UTF-8 correctly.