Numbers

Binary to Hexadecimal

Convert Updates live
bin hex
Formula

Group binary digits into sets of 4, convert each group to hex

Common conversions

bin hex
Also: Hexadecimal to Binary

FAQ

What is binary 11111111 in hex?

Binary 11111111 equals FF in hexadecimal (255 in decimal).

How do I convert binary to hex?

Group the binary digits into sets of 4 from right to left, then convert each group: 0000=0, 0001=1, ..., 1010=A, ..., 1111=F.

Related converters

Hexadecimal to Binary Binary to Decimal Decimal to Hexadecimal HEX to RGB