Help Center> IoT Device Access> FAQs> Device Integration> How Do I Convert a String Reported by an NB-IoT Device into Binary Code?

How Do I Convert a String Reported by an NB-IoT Device into Binary Code?

Convert the string to ASCII format first, and then to the binary code. For example, convert abc to ASCII (979899) and then to binary (011000010110001001100011).