byte[] a = ASCIIEncoding.ASCII.GetBytes(e.KeyChar.ToString());
lbcodeaski.Text = e.KeyChar.ToString() + ": " + a[0];