If it's lower-case, it would be: ok: 0110111101101011
Or, if it's all capital, it would be: OK: 0100111101001011
Or, if it's first capital, then lower-case: Ok: 0100111101101011
Chat with our AI personalities
That IS the binary code.
'2' Decimal code => '10' Binary code.
18 in binary is 10010
3 converted into binary code is 00000011
Binary code of 4 is 0100. To get Excess-3 code, add 11(binary code of 3) to binary code of desired number, here it is 4. Hence, Excess-3 Code for 4 is 0111.