Hi people,
I am very new to code writing and seeking for immidiate help How do I translate binary values to alphabet or the other way around?
class Binary {
public static void main(String args[])
throws java.io.IOException{

// I guess I have to define very single binray value.
// for example:
int i = 1000001, j = 1100001; //etc.
// and do the same thing for letters.
char ch = 'A', ch1 = 'a'; //etc..

//the question is how can I assign i = ch and j = ch1 ? in order to display the value of the entered binary code.. Don't laugh people