Text to Binary / Hex

text

Convert text to binary, hex, decimal and back. Auto-detects direction.

#binary#hex#decimal#encode#decode#ascii
Loading tool...

How to use

  1. 1Enter any text to convert to binary and hex
  2. 2Or enter binary (01010101) separated by spaces to decode
  3. 3Or enter hex (48 65 6C) separated by spaces to decode

Frequently Asked Questions — Text to Binary / Hex

How does auto-detection work?+

If input is only 0s and 1s separated by spaces, it's decoded from binary. If it's valid hex bytes, it's decoded from hex. Otherwise it's encoded.

Related Tools