Encoding
Base64 Encode
Encode plain text into Base64.
Convert regular text into space-separated 8-bit binary bytes, or decode binary bytes back to readable text for learning and debugging.
此工具接收结构化输入,在浏览器中返回确定性输出,无需上传到服务器。
Convert regular text into space-separated 8-bit binary bytes, or decode binary bytes back to readable text for learning and debugging.
Binary text conversion maps each character to its byte value and prints that value as eight bits. The reverse operation parses groups of eight 0/1 digits and reconstructs characters. This helps when inspecting ASCII payloads or teaching binary fundamentals. Conversion runs entirely in your browser.
Hello
01001000 01100101 01101100 01101100 01101111
01000001 01000010
AB
在下方的 Encoding 分类中发现相关工具。
精选可能对你有用的实用工具