Encoding & Decoding

Base64, URL encoding, and more

Base64 Encode/Decode

Encode text to Base64 or decode Base64 strings. Essential for data transmission and APIs.

Open Tool
URL Encode/Decode

Encode or decode URLs and query strings. Essential for web development and API work.

Open Tool
HTML Entity Encode/Decode

Encode special characters to HTML entities or decode HTML entities back to text.

Open Tool
Hex Encode/Decode

Convert text to hexadecimal or decode hex strings back to text.

Open Tool
Binary Encode/Decode

Convert text to binary (0s and 1s) or decode binary back to text.

Open Tool
Unicode Encode/Decode

Convert text to Unicode escape sequences and back.

Open Tool
ASCII Code Converter

Convert text to ASCII codes or ASCII codes back to text.

Open Tool
ROT13 Cipher

Apply ROT13 cipher to text. Each letter is replaced by the letter 13 positions after it.

Open Tool
Morse Code Translator

Translate text to Morse code and vice versa.

Open Tool
Image to Base64

Convert images to Base64 data URIs. Perfect for embedding images directly in HTML or CSS.

Open Tool
Base64 to Image

Convert Base64 strings back to downloadable images. Decode data URIs to PNG, JPG, or WebP.

Open Tool
IP to Hex Converter

Convert IP addresses to hexadecimal format and back. Useful for network programming and low-level networking.

Open Tool