Convert 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.
Hello48 65 6c 6c 6f48656c6c6f2c20576f726c6421Hello, World!🌍f0 9f 8c 8dConvert 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.
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.