I have the following code:
string s = \"2563MNBJP89256666666685755854\"; Byte[] bytes = encoding.GetBytes(s); string hex = \"\";
C#: System.Text.Encoding.ASCII.GetBytes("test")
System.Text.Encoding.ASCII.GetBytes("test")