Adiil:
Hello there,How can I convert an ascii code to binary !
I searched in the web, I found how to display it in the serial monitor using this "Serial.println(Byte, BIN)" , but I want to store this binary number in a variable in order to use it after !Thank you in advance
The binary representation of a number (10110011) is a string of characters that that probably can be stored like a text variable (hello world).