also in deinem Fall z.B:
Delphi-Quellcode:
procedure TForm1.Button1Click(Sender: TObject);
var i:integer;
begin
label1.Caption:='';
for i:=1 to length(edit1.Text) do
Label1.Caption := label1.Caption+' '+inttostr(ord(Edit1.text[i]));
end;
Das wäre dann die Umwandlung in Dezimalzahlen