Text to Binary
Convert text to binary representation (8-bit per character) and back.
Input
Output
01001000 01100101 01101100 01101100 01101111 00100000 01110111 01101111 01110010 01101100 01100100
In binary-to-text mode, separate each character's binary with a space. Each group is parsed as a binary integer and converted to the corresponding Unicode character.
Related tools
Binary Encoder/DecoderEncoding
Encode/decode UTF-8 text to/from binary.
Binary CalculatorMath
Perform binary arithmetic and bitwise operations (AND, OR, XOR, NOT, shifts).
MessagePack ViewerConverter
Decode Base64-encoded MessagePack data and view as formatted JSON.
IEEE 754 Float VisualizerMath
Visualize IEEE 754 float representation with color-coded sign, exponent, and mantissa.
Base64 Encoder/DecoderEncoding
Encode and decode Base64 strings quickly.
Base32 Encoder/DecoderEncoding
Encode and decode Base32 (RFC 4648) locally in your browser.