HEX ⇄ ASCII ⇄ Binary

Paste a value in any box and it updates the others.
Supports common HEX formats like 0x41, 41, 41 42 43, and 41,42,43.
Everything runs locally in your browser.

ASCII (text)

HEX (bytes)

Binary (bytes)

Tips: HEX input accepts 0x prefix and separators (spaces/commas/newlines). Binary input accepts groups of 8 bits; separators are optional.

FAQ

Why does HEX input fail to parse?

Input usually includes invalid characters or incomplete byte pairs. Use clean hex bytes like 41 42 43.

Does this convert text as UTF-8?

Yes. ASCII/UTF-8 text is converted to bytes, then represented in HEX and binary.

Related tools

Modbus RTU Frame Decoder · Modbus Function Codes · CRC Calculator · Checksum Calculator · UART Packet Time