Encoder / Decoder Multi-Tool
Base64, URL, HTML entities, Hex, Binary, ROT13 & Morse — UTF-8 safe, two-way, live in your browser
About These Formats
- Base64 — Encodes any text or binary-style data into safe A–Z, a–z, 0–9, +/ characters. UTF-8 safe, so emoji and accents survive.
- URL Encoding — Percent-encodes characters that are not safe in web addresses and query strings (spaces become %20).
- HTML Entities — Converts characters like <, >, & and quotes into entity codes so text displays literally in HTML.
- Hexadecimal — Shows each byte of the UTF-8 text as a two-digit hex value.
- Binary — Shows each byte of the UTF-8 text as 8 bits.
- ROT13 — A simple letter-rotation cipher; running it twice returns the original.
- Morse Code — Translates letters, numbers and common punctuation to dots and dashes.
Privacy: Everything runs in your browser. No text is ever sent to a server. Encoding is not encryption — it is reversible by anyone.