DevToolBox

Text Binary Converter

Convert text to binary and binary to text. Supports ASCII and UTF-8 encoding with customizable bit width.

Bit Width

Encoding

Separator

Text Input

0 characters

Binary Output

0 bits

About Binary Conversion

  • 8-bit: Standard byte representation (0-255)
  • 16-bit: Extended representation for wider character support
  • UTF-8: Variable-width encoding supporting all Unicode characters
  • ASCII: Fixed 7-bit encoding for basic English characters
  • • Binary format shows the exact bit pattern used to represent each character
  • • Use separators to make binary output more readable

Examples

Text: Hello
Binary (8-bit): 01001000 01100101 01101100 01101100 01101111
Text: A
Binary (8-bit): 01000001