I have a table which has only one row like below,

Here I want to convert the column names to one column and the row into another column, with the column names converted to some predefined numbers as below (A->1E9, B->1E8, ... E->1E5),

I can't use pivot commands or else. Is there any good way to do this transform? Thanks!!
Use
UNION