Hex 编码

在下方粘贴文本并点击编码将其转换为十六进制字符串。所有处理均在浏览器中本地完成。

已复制!

What is Hex Encoding?

Hexadecimal encoding converts each byte of data into a two-character hex string (00ff). This is useful for inspecting binary data, debugging network protocols, and representing byte arrays in code.

UTF-8 characters that use more than one byte will produce multiple hex pairs.