開發輔助
Hex Text Converter
Convert text to hex bytes and decode hex to text.
浏览器内处理即时输出本地数据
十六進位輸入需要完整位元組對,例如 48 65 6c 6c 6f。
十六進位輸出
48 65 6c 6c 6f
解碼文字
—
為什麼用這個工具
03Work with hexadecimal text representation directly in the browser.
Hex Text Converter helps verify byte streams and encoded payloads.
Useful in debugging and tooling workflows.
怎麼使用
02複製前快速檢查
03先确认输入格式符合你的预期。
在把结果用于文档、链接、配置或消息前快速扫一眼。
只复制你真正需要的输出。
常見問題
03
Can I use spaced hex pairs?
Yes. Both spaced and compact hex strings are supported.
What character encoding does it use?
UTF-8. Multi-byte characters like accented letters produce multiple hex pairs.
Can I decode hex without spaces?
Yes. Both compact hex (no spaces) and spaced hex pairs are accepted as input.
相關工具
03Binary Text Converter→
Convert plain text and binary bytes in both directions.
Base64 Encode / Decode→
Convert plain text to Base64 and back.
JSON Formatter→
Format, minify, and validate JSON in one place.