Skip to content

Binary

Binary is base-2 notation using only 0 and 1, matching how hardware stores data and making individual bit positions directly visible.

Binary is the right view for bit flags and permission masks, and a poor one for anything longer, where hexadecimal is four times more compact. Continue with How to use Binary Text Converter for the longer explanation.

Related tools

Related articles