Convert text between Hexadecimal, Binary, ASCII, and Decimal formats. Supports bidirectional conversion with real-time preview.
Each character in text has an ASCII/Unicode code point. The hexadecimal representation shows these code points in base-16 format.
Binary is a base-2 number system using only 0s and 1s. Each character is represented as an 8-bit (or more) binary number.
This tool supports conversion between plain text, hexadecimal, binary, decimal, and octal representations.