I\'m working on serial port, transmitting and receiving data to some hardware at 8bit data. I would like to store it as string to facilitate comparison, and preset data are
Use the Hebrew codepage for Windows-1255. Its 8 bit. Encoding enc = Encoding.GetEncoding("windows-1255");
I missunderstod you when you wrote "1-255", thought you where refereing to characters in codepage 1255.