開發輔助
Binary Text Converter
Convert plain text and binary bytes in both directions.
浏览器内处理即时输出本地数据
二進位輸入需要使用 8 位元分組,例如 01001000。
二進位輸出
01001000 01100101 01101100 01101100 01101111
解碼文字
—
為什麼用這個工具
03Encode text as 8-bit binary and decode binary back to text.
Binary Text Converter helps inspect byte-level text representation.
Great for protocol debugging and learning.
怎麼使用
02複製前快速檢查
03先确认输入格式符合你的预期。
在把结果用于文档、链接、配置或消息前快速扫一眼。
只复制你真正需要的输出。
常見問題
03
What binary format is expected?
Use 8-bit groups separated by spaces.
Does it support multi-byte characters?
Characters are encoded as UTF-8 bytes, so multi-byte characters produce multiple 8-bit binary groups.
Can I paste binary output back to decode it?
Yes. Binary input is decoded back to the original text string.
相關工具
03Hex Text Converter→
Convert text to hex bytes and decode hex to text.
Base64 Encode / Decode→
Convert plain text to Base64 and back.
URL Encoder / Decoder→
Encode and decode URL-safe text values.