01
文本转二进制
将文本转换为二进制代码
嵌入此工具
×
px
ℹ️ 关于 Text To Binary
Convert text to binary code and back. See how computers represent text as 0s and 1s. Educational tool for understanding encoding.
💡 使用场景
Learning computer encoding
Creating binary art
Educational demonstrations
Encoding secret messages
Understanding ASCII/Unicode
📋 使用方法
1
Enter text to convert
2
View binary representation
3
Or paste binary to decode
4
Copy the result
💎 Pro Tips
- Each ASCII character = 8 bits
- Space character = 00100000
- Uses ASCII/UTF-8 encoding
❓ Frequently Asked Questions
Each character has a numeric code (ASCII/Unicode) converted to binary.
American Standard Code for Information Interchange - basic character encoding.
8 bits (1 byte) can represent 256 characters - enough for basic ASCII.