https://www.wikihow.com/Convert-Binary-to-Hexadecimal
https://www.geeksforgeeks.org/convert-binary-number-hexadecimal-number/
Scratch ... which lets you print the hex number:
https://gist.github.com/bshambaugh/49771e74847fedd04257553ef00f7734
https://en.wikipedia.org/wiki/Binary-to-text_encoding
https://www.h-schmidt.net/FloatConverter/IEEE754.html
echo '0,1,0,0,0,0,1,1,1,0,0,0,0,0,1,1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,0,1' | sed 's/,//g
edit compare to:
https://www.geeksforgeeks.org/program-for-conversion-of-32-bits-single-precision-ieee-754-floating-point-representation/
A Tutorial on Data Representation
Integers, Floating-point Numbers, and Characters
https://www3.ntu.edu.sg/home/ehchua/programming/java/DataRepresentation.html
----------
https://introcs.cs.princeton.edu/java/61data/
https://stackoverflow.com/questions/1309003/converting-from-byte-to-string
https://teachwithict.weebly.com/binary-representation-of-characters.html
I don’t know how to interpret a stream of binary that is a mix of integers, floating point numbers and characters.
https://roubaixinteractive.com/PlayGround/Binary_Conversion/Binary_To_Text.asp
https://roubaixinteractive.com/PlayGround/Binary_Conversion/The_Characters.asp
------------------
https://en.wikipedia.org/wiki/Byte_order_mark
--------------
https://forum.arduino.cc/index.php?topic=172814.0
No comments:
Post a Comment