DataToolsLab

Encoding & Number Bases

Encode and decode text between Base64, hex, binary, octal, ASCII, HTML entities, Morse code, Punycode, and more. Inspect UTF-8 byte sequences and compress strings with gzip — all locally.

Most popular

Base64

Number Bases

Text Encoding

Specialized

All tools

About Encoding & Number Bases

Encoding tools help you translate between text representations. Convert Base64 files, translate Morse code, handle Punycode international domain names, encode HTML entities, and inspect raw UTF-8 byte sequences — everything runs in the browser.

Related categories

Frequently asked questions

Is Base64 encryption?

No. Base64 is encoding, not encryption. It transforms binary data into ASCII text for safe transport, but anyone can decode it back.

What is Punycode?

Punycode encodes Unicode domain names into ASCII for DNS compatibility. For example, münchen.de becomes xn--mnchen-3ya.de.

Online