QuickFreeTools

Online Binary Translator

Convert between binary and text. Encode text to binary (UTF-8) or decode binary to text. Client-side.

Frequently Asked Questions

What encoding is used?
UTF-8. Each character is converted to its byte(s) in binary (8 bits per byte).
Format of binary?
Binary is shown as groups of 8 bits (e.g. 01101000 for 'h'). Optionally with space between bytes.
Client-side?
Yes. All conversion in your browser.

Related Text Tools