Convert text to binary, hexadecimal, octal, and decimal. Decode any format back to plain text instantly.
Runs in your browser
Binary (base-2), hexadecimal (base-16), decimal (base-10), and octal (base-8) are different numeral systems used extensively in computing and digital electronics. Hex is especially common in programming for representing color codes, memory addresses, and byte values because each hex digit maps cleanly to exactly four binary bits. This converter lets you instantly translate numbers and text strings between all four bases.