HEX ⇄ Text Converter

关于Hex编码介绍:

  1. Hex encoding represents data in base-16 for storage or transfer
  2. Each hex digit represents 4 bits, making it compact and readable for binary
  3. Basics of hex encoding:
    • 基数:Hex编码使用基数16
    • 符号:Hex编码使用16个不同的符号,包括0-9的数字和A-F的字母
    • 位权:Hex编码从右向左,每一位的权是16的幂次,从0开始依次增加
  4. Hex编码在存储和传输二进制数据、调试和程序开发以及网络通信中被广泛使用

How to Use

What this tool does

Converts between plain text and its HEX representation. Useful for debugging, binary inspection, and protocols.

Steps

  1. Enter text in the upper box and click "Text → HEX".
  2. Paste HEX in the lower box and click "HEX → Text".

Examples

Notes