Free online hexadecimal bitwise AND calculator. Just load your hexadecimals and they will automatically get ANDed together. There are no ads, popups or nonsense, just an awesome hex AND calculator. Load hex, AND hex. Created for developers by developers from team Browserling.
Free online hexadecimal bitwise AND calculator. Just load your hexadecimals and they will automatically get ANDed together. There are no ads, popups or nonsense, just an awesome hex AND calculator. Load hex, AND hex. Created for developers by developers from team Browserling.
This tool performs the bitwise AND operation on all input hex numbers. The bitwise AND operation works on individual bits and before it's computed, the base of input hex numbers is internally converted to binary and zero-padded so that they all had the same length. Then, bits in every position are compared. If they are all 1, then the output bit is 1, otherwise, the output bit is 0. Hexabulous!
This tool performs the bitwise AND operation on all input hex numbers. The bitwise AND operation works on individual bits and before it's computed, the base of input hex numbers is internally converted to binary and zero-padded so that they all had the same length. Then, bits in every position are compared. If they are all 1, then the output bit is 1, otherwise, the output bit is 0. Hexabulous!
This example calculates bitwise AND of two hex numbers. The second hex value is a mask that isolates 2nd, 4th, 6th, and 8th hex digits in the first hex value.
This example performs bitwise AND operation on several hexadecimal values. As they are all the same length, AND can be computed digit by digit. Going from right to left (<- this way), the first digit is AND(e,a,6,6)=2, the second digit is AND(e,f,6,5)=4, the third digit is AND(f,a,f,4)=0, the fourth digit is AND(f,f,e,3)=2, and the last two digits are both zero because AND(0,a,e,2)=0, and AND(c,f,b,1)=0. The last two digits aren't printed as they are the leading digits and the result value 0x002042 is the same as 0x2024.
In this example, we demonstrate four different hex formats that you can use for entering hex values in the input. You can use capital hex letters and capital hex prefixes, small hex prefixes, or no hex prefixes.
You can pass input to this tool via ?input query argument and it will automatically compute output. Here's how to type it in your browser's address bar. Click to try!
Quickly convert hex numbers to unary numbers.
Quickly convert unary numbers to hex numbers.
Convert a hexadecimal to arbitrary base from 2 to 64.
Create a hex with specific properties (length, pattern, etc).
View and edit files in a browser-based hex editor.
Create a hex dump of files in your browser.
Convert hexadecimal numbers to a file.
Convert a hexadecimal value to a human number.
Convert a human number to a hexadecimal value.
Convert a hexadecimal value to a regular integer.
Convert a regular integer to a hexadecimal value.
Convert a color in hex #rrggbbaa format to RGBA format.
Convert a color in rgba(r,g,b,a) format to #rrggbbaa hex format.
Convert a color in hex #rrggbb format to CMYK format.
Convert a color in CMYK format to #rrggbb format.
Convert a color in hex #rrggbb format to HSL format.
Convert a color in HSL format to #rrggbb format.
Convert a color in hex #rrggbb format to HSV format.
Convert a color in HSV format to #rrggbb format.
Convert a color in hex #rrggbb format to LAB format.
Convert a color in LAB format to #rrggbb format.
Convert characters to hexadecimal #&x HTML entities.
Convert HTML entities in #&x hex format back to characters.
Calculate bitwise NOT of hexadecimal numbers.
Calculate bitwise NOR of hexadecimal numbers.
Calculate bitwise XNOR of hexadecimal numbers.
Find bitwise inverse of a hexadecimal value.
Find the inverse hexadecimal color.
Change endianness of a hex number.
Extract n-th nybble from a hexadecimal number.
Convert an IPv6 address to hexadecimal form.
Convert an IPv6 address in hexadecimal form back to human readable form.
Convert a hex number in little endian byte order to big endian.
Convert a hex number in big endian byte order to little endian.
Create a floating point number from a hexfloat number.
Create a hexfloat number from a floating point number.
Find the hex representation of a floating point number.
Find the floating point number from its hex representation.
Create multiple copies of every digit in a hex number.
Merge several hex values together and form a larger hex.
Split a longer hex value into several smaller hexes.
Shift hex numbers to the left or to the right.
Add padding to hex numbers.
Truncate hex numbers to a shorter length.
Round hex numbers up or down.
Convert base-16 numbers to base-8 numbers.
Convert base-8 numbers to base-16 numbers.
Convert base-16 numbers to base-32 numbers.
Convert base-32 numbers to base-16 numbers.
Convert a hex number to a fake hex number (using homoglyphs).
Convert a number that looks like hex to actual hex.
Generate increasing or decreasing hex numbers.
Rewrite text to hex leetspeak.
Decipher leetspeak back to regular text.
Convert bytes in hex form to a file with any extension.
Sort hexadecimal numbers.
Sort individual hex nybbles.
Substitute certain hexadecimal digits with other digits.
Delete certain digits from hexadecimal numbers.
Increase the value of a hexadecimal.
Decrease the value of a hexadecimal.
Increase the value of individual hex nybbles.
Decrease the value of individual hex nybbles.
Add coloring to individual hex nybbles.
Add coloring to multiple hex numbers.
Make a hex number go in a zigzag.
Make a hex number go in a spiral.
Create a template for a six-faced flexagon from two images.
Join together a bunch of hexagons and create hex tilings.
Create a hexagonal tilemap.
Create a multiplication table for hex numbers.
Create an addition table for hex numbers.
Create a division table for hex numbers.
Write hex numbers as English text.
Print nybble statistics of the given hex numbers.
Subscribe to our updates. We'll let you know when we release new tools, features, and organize online workshops.
Enter your email here
We're Browserling — a friendly and fun cross-browser testing company powered by alien technology. At Browserling we love to make people's lives easier, so we created this collection of hex tools. Our tools have the simplest user interface that doesn't require advanced computer skills and they are used by millions of people every month. Our hex tools are actually powered by our programmer tools that we created over the last couple of years. Check them out!