Binary Encoder/Decoder
Encode UTF-8 text to binary (8-bit bytes) or decode binary to text.
Input
Output
01001000 01100101 01101100 01101100 01101111
Decode mode ignores non-binary characters and expects full bytes (multiples of 8 bits).
Related tools
Text to BinaryEncoding
Convert text to binary representation (8-bit per character) and back.
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.