Jump to content

Search the Community

Showing results for tags 'StringtoBinary'.

  • Search By Tags

    • stringtobinary ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 4 results

  1. Hi, I have in trouble converting *.txt to original binary format. I attached my sample text file. The one what I want is 1) If text contains "[" and "]" then Split text into array. 2) Convert StringToBinary btw "[" and "]" 3) Convert other strings(Japanese) to Shift-JIS. Fo...
  2. Hi, I'm looking for a way to convert string to original binary. The reversal process was already solved. BinaryToString for unsupported language How can I convert unicode string to original binary format(Shift-JIS)? $text(Unicode) = "データのダウンロードに失敗しました。" = "0xFFFEC730FC30BF306E30C030A63...
  3. So I am trying to write a script that can take the current computer name and write it to a registry key. This key uses REG_BINARY type of key and looks like this: Value 1 Name: LocalName Type: REG_BINARY Data: 00000000 54 4f 55 47 48 42 4f 4f - 4b 36 30...
  4. The StringToByte function , I expected to return 0s and 1s as strings displayed, but in fact it returns in hex if Im not wrong like 0xH3J4H.... How can I make to return to me the expression of a string in bits ?
×
×
  • Create New...