Hex Converter

Convert between text and hexadecimal format

Text to Hex
Hex to Text
Binary Support

Text to Hexadecimal

Convert text to hexadecimal format

Conversion Examples

Text to Hex

Original

Hello World

Hex

48656c6c6f20576f726c64

Hex to Text

Original

48656c6c6f20576f726c64

Hex

Hello World

Chinese Text

Original

你好世界

Hex

e4bda0e5a5bde4b896e7958c

Text to Binary

Original

ABC

Hex

01000001 01000010 01000011

Number to Binary

Original

42

Hex

101010

Conversion Instructions

Text to Hex: Each character is converted to its ASCII/Unicode hexadecimal representation.

Hex to Text: Hexadecimal values are converted back to their corresponding characters.

Binary: Each character is converted to its 8-bit binary representation.

Format: Hex values can be separated by spaces or colons for better readability.

Use Cases: Data analysis, debugging, low-level programming, network protocols.