Binary and hex conversion is broken, I'm working on fixing it. I made a collection of some useful tools for dealing with binary in Scratch. With them, you'll be able to upload and interact with binary files. There are two main blocks you'll be dealing with: - convert ( ) to format ( ) In this block, the first input is your raw binary you want to convert, while the second is the format you want the output to be in, which can be h, d, or b, for hexadecimal, decimal, or a textual representation of binary, respectively. The output is stored in the list named output. Right now, there's no system for converting hexadecimal, decimal, or textual binary values to raw binary. I'll release an improved version of this in the future, with support for that, file uploading and downloading, and some reworked blocks. Credit to @biman66 for the binary tools and to @LeadToGold for the binary-hex-decimal converter. https://scratch.mit.edu/projects/1201938491/ https://scratch.mit.edu/projects/15055057/ #binary #tech