🔢

Hex Encode / Decode

Convert text to/from hexadecimal (0x or raw hex).

Original
Hex result

What is Hex Encoding?

Hex encoding converts text to hexadecimal representation by bytes, or decodes hex strings back to text. Supports space-separated, continuous, and 0x prefix formats.

Use Cases

  • Binary data inspection and debugging
  • Network packet analysis
  • Cryptographic operations
  • Low-level programming