浏览器本地工作区在下方开始,使用浏览器本地处理。
工具代码会在浏览器中处理所选文件和输入内容,不会将其提交给 TOOLGRID 的处理接口。 TOOLGRID 只衡量工具使用情况,不记录你输入的内容。
- 不上传工具输入至 TOOLGRID
- 不登录
- 复制前先检查
Loading tool…
这个工具能做什么
Encode 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.
这个工具适合解决什么问题
Try a representative binary text converter task
Binary Text Converter helps inspect byte-level text representation.
依赖结果前需要检查什么
- Performance and maximum practical input size depend on browser memory, device speed, and the structure of the input.
- Review the generated result before replacing or publishing an original file.
继续当前流程下一步常用工具
如果还需要校验、转换或复用结果,可以继续打开相近的浏览器本地工具。
当前结果
产物开发输出动作复制结果
如何使用
01常见问题
02What 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.

