Binary
- How I convert number bases without doing binary by hand
Base conversion helps when working with binary flags, hex colours, low-level values, or documentation that uses different number systems. I use Number Base Converter for the quick version of this task, then I review the …
- How I read text as binary without overthinking it
Text can be represented as bytes, and bytes can be shown as binary. The interesting part is that not every character is one byte. The Text to Binary tool helps with the mechanical part, but I still check the result …