Convert between binary and text bidirectionally. Decode binary strings (01001000) to readable text or encode text to binary format. Learn binary encoding with visual byte representation.
Hi01001000 0110100101001000 01100101 01101100 01101100 01101111HelloA01000001Convert between hexadecimal and text bidirectionally. Decode hex strings to readable text or encode text to hex format. Supports multiple separators, 0x prefix, and UTF-8 Unicode characters.
Convert text to ASCII codes and vice versa. View character codes in decimal, hexadecimal, binary, and octal formats. Includes interactive ASCII table reference for all 128 characters.
Encode and decode Base64 data instantly. Convert text, files, and images to Base64 format for embedding in HTML, CSS, JSON, and APIs. Supports URL-safe Base64 and handles Unicode characters.