Skip to main content
. 2020 Oct 29;20(21):6158. doi: 10.3390/s20216158
Algorithm 10:Converting binary values into plain text.
  Input: Binaryvalues,B
  Output: TheplaintextmessageM
1  Recipient:Getthebinaryvalues;
2  fori=0;i<noofbinaryvaluesB;i++;
3  converteach8bitsintoitscorrespondingASCIIcode;
4  foreachNcharaggregatetosingleblock;
5  Recipient:repeatuntilfinish;
6  ThemessageMtheresults