<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Binary on ilham.dev</title><link>https://ilham.dev/tags/binary/</link><description>Recent content in Binary on ilham.dev</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sun, 27 Sep 2026 00:00:00 +0700</lastBuildDate><atom:link href="https://ilham.dev/tags/binary/index.xml" rel="self" type="application/rss+xml"/><item><title>How I convert number bases without doing binary by hand</title><link>https://ilham.dev/posts/how-to-convert-number-bases-without-doing-binary-by-hand/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-convert-number-bases-without-doing-binary-by-hand/</guid><description>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 output before relying on it.</description></item><item><title>How I read text as binary without overthinking it</title><link>https://ilham.dev/posts/how-to-read-text-as-binary-without-overthinking-it/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-read-text-as-binary-without-overthinking-it/</guid><description>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 before using it somewhere real.</description></item></channel></rss>