Paste any binary value and get its hexadecimal equivalent instantly.
Bits are grouped in fours from the right, each nibble mapping to one hex digit. Short groups are zero-padded on the left.
11111111 → FFYes. 0b11111111 and 11111111 both work. Spaces and underscores are ignored.
No. All conversion runs in your browser.