Da das meine verschlüsselte Nachricht ist, würde ich wirklich gerne wissen, wie du das entschlüsselt hast...
Die Zahlen mit NOT umdrehen (aus 0 mach 1, aus 1 mach 0 (dezimale schreibweise)) und dann in utf-8 zeichen umwandeln, fertig 
[code] Dim a() As Byte = {187, 158, 223, 155, 158, 140, 223, 146, 154, 150, 145, 154, 223, 137, 154, 141, 140, 156, 151, 147, 60, 67, 140, 140, 154, 147, 139, 154, 223, 177, 158, 156, 151, 141, 150, 156, 151, 139, 223, 150, 140, 139, 211, 223, 136, 60, 67, 141, 155, 154, 223, 150, 156, 151, 223, 136, 150, 141, 148, 147, 150, 156, 151, 223, 152, 154, 141, 145, 154, 223, 136, 150, 140, 140, 154, 145, 211, 223, 136, 150, 154, 223, 155, 138, 223, 155, 158, 140, 223, 154, 145, 139, 140, 156, 151, 147, 60, 67, 140, 140, 154, 147, 139, 223, 151, 158, 140, 139, 209, 209, 209, 255}
Dim b(112) As Byte
For i As Integer = 0 To a.Length - 1
b(i) = Not a(i)
Next
Dim utf8 As New UTF8Encoding()
Dim str As String = utf8.GetString(b)
Console.WriteLine(str)
Console.ReadLine()[/code]
//hier ist meine verschlüsselte nachricht:
n45u90z76iopdfhuwerojioghut56heppiorjiota45u90z76iopdfhuwerojioghut56heppiorjiotc45u90z76iopdfhuwerojioghut56heppiorjioth45u90z76iopdfhuwerojioghut56heppiorjiotr45u90z76iopdfhuwerojioghut56heppiorjioti45u90z76iopdfhuwerojioghut56heppiorjiotc45u90z76iopdfhuwerojioghut56heppiorjioth45u90z76iopdfhuwerojioghut56heppiorjiott45u90z76iopdfhuwerojioghut56heppiorjiote45u90z76iopdfhuwerojioghut56heppiorjiotn 45u90z76iopdfhuwerojioghut56heppiorjiotv45u90z76iopdfhuwerojioghut56heppiorjiote45u90z76iopdfhuwerojioghut56heppiorjiotr45u90z76iopdfhuwerojioghut56heppiorjiots45u90z76iopdfhuwerojioghut56heppiorjiotc45u90z76iopdfhuwerojioghut56heppiorjioth45u90z76iopdfhuwerojioghut56heppiorjiotl45u90z76iopdfhuwerojioghut56heppiorjiotü45u90z76iopdfhuwerojioghut56heppiorjiots45u90z76iopdfhuwerojioghut56heppiorjiots45u90z76iopdfhuwerojioghut56heppiorjiote45u90z76iopdfhuwerojioghut56heppiorjiotl45u90z76iopdfhuwerojioghut56heppiorjiotn45u90z76iopdfhuwerojioghut56heppiorjiot 45u90z76iopdfhuwerojioghut56heppiorjioti45u90z76iopdfhuwerojioghut56heppiorjiots45u90z76iopdfhuwerojioghut56heppiorjiott45u90z76iopdfhuwerojioghut56heppiorjiot 45u90z76iopdfhuwerojioghut56heppiorjiots45u90z76iopdfhuwerojioghut56heppiorjiotc45u90z76iopdfhuwerojioghut56heppiorjioth45u90z76iopdfhuwerojioghut56heppiorjiotö45u90z76iopdfhuwerojioghut56heppiorjiotn45u90z76iopdfhuwerojioghut56heppiorjiot
