• ARTICLE
  • STRING
  • CONVERTER
  • ENCRYPT
  • NETWORK
  • MORE
    CHART
    MATH
    COORDINATE
    IMAGE
    FILE
  • ARTICLE
    STRING
    CONVERTER
    ENCRYPT
    NETWORK
    MORE
    CHART
    MATH
    COORDINATE
    IMAGE
    FILE
logo Online Tools
4 Comments Favorite Copy Link Share

String Binary Converter


String Binary Converter-summary

Online string and binary conversion tool, using the selected character set, converts the string to a byte array, and then converts the byte array to a binary string.

String Binary Converter-instructions

The processing flow of string to binary is : Convert the input string to a byte array using the selected character set, and then convert the byte array to a binary string representation.
The processing flow of binary to string is : Convert binary strings to byte arrays, and then convert byte arrays to string using the selected character set.

  1. Charset : Select a character set for string - byte array conversion.
  2. Binary Split : Separator character of binary string. You can choose to useSpace, Comma,None, orCustom. For example, using the \n custom separator will generate a newline delimited binary string.