ConvertProKitConvertProKit← Developer Tools

Binary / Hex Converter

Convert text to binary, hexadecimal and ASCII.

100% in your browser Nothing uploaded Free & unlimited+ Works offline after first visit 0 bytes of your files uploaded

Runs right here - nothing is uploaded, everything happens in your browser.

See how text is represented as binary, hexadecimal and ASCII codes. This converter is handy for learning, debugging and low-level work.

It runs in your browser with instant results.

How to use the Binary / Hex Converter

Binary, decimal and hex are the same numbers

They are three notations for one value: decimal 255 is binary 11111111 and hex FF. Hex is popular because it is compact binary: each hex digit represents exactly four bits, so one byte is always two hex digits. That is why memory addresses, colour codes and byte dumps are written in hex.

Values worth recognising

DecimalBinaryHex
810008
161000010
3210000020
64100000040
1281000000080
25511111111FF
256100000000100

Powers of two and 255 appear constantly in computing: 255 is the maximum of one byte, which is why RGB colour channels run 0 to 255 and IPv4 addresses cap each part at 255.

Common uses

Frequently asked questions

Is it free?

Yes, free with no signup.

Is my input uploaded?

No. Conversion runs in your browser.

What outputs are shown?

Binary, hexadecimal and decimal ASCII codes.

Can I convert long text?

Yes, though very long text produces long output.