Tell me how to translate the character string from the type "letter" (Cyrillic) into a sequence of ones and zeros?
Very simple:
String.format("%16s", Integer.toBinaryString(s.charAt(0))).replace(" ", "0");
Source: https://ru.stackoverflow.com/questions/97404/More articles:User OS InformationAdd * .exe file to the list of allowed firewalls.Weight changeApache & NginxFrameworks and template enginesWhy does the table “pop up” from the diva?Console applicationCorrectly disable tinymceRunning the process in BackgroundWorkerWhere are the settings stored?All Articles