hex
30 tools tagged "hex".
Hex Addition Table Generator
Generate an NxN addition table with row/column headers and cell values all in hexadecimal.
Open toolHex Bytes to File Converter
Convert one continuous hex string, strictly two digits per byte, into a downloadable binary file.
Open toolHex Digit Decrementer
Decrement every individual digit in a hex list by N, wrapping around modulo 16.
Open toolHex Digit Incrementer
Increment every individual digit in a hex list by N, wrapping around modulo 16.
Open toolHex Digit Remover
Remove every occurrence of a chosen digit character from a whole list of hex values.
Open toolHex Digit Replacer
Find and replace one hex digit character with another across a whole list of hex values.
Open toolHex Digit Sorter
Sort each hex value's own digits, ascending or descending, independently per value.
Open toolHex Division Table Generator
Generate an NxN division table showing hex quotient and remainder for every row/column pair.
Open toolHex Editor
Upload a file or paste text and edit its raw bytes directly in a classic three-column hex editor.
Open toolHex Grid Generator
Generate a full rows x columns ASCII hex grid, each cell labeled with its sequential hex index.
Open toolHex Multiplication Table Generator
Generate an NxN multiplication table with row/column headers and cell values all in hexadecimal.
Open toolHex Number Analyzer
Analyze a hex value's decimal equivalent, bit length, digit frequency, palindrome status, and popcount.
Open toolHex Number Rounder
Round every hex value in a list to the nearest multiple of a hex rounding unit.
Open toolHex Number Splitter
Split one hex string into fixed-size chunks, one chunk per output line.
Open toolHex Sequence Generator
Generate a run of consecutive hex values from a start value, with custom separator and padding.
Open toolHex Spiral Generator
Arrange consecutive hex values into a square ASCII grid, filled in clockwise spiral order.
Open toolHex Value Decrementer
Subtract a decimal amount from every hex value in a list, clamping at zero instead of wrapping.
Open toolHex Value Incrementer
Add a decimal amount to every hex value in a list, using exact BigInt arithmetic.
Open toolHex Value Padder
Left-pad every hex value in a list with zeros to a fixed digit width.
Open toolHex Value Shifter
Cyclically rotate the order of a list of hex values by N positions.
Open toolHex Value Sorter
Sort a list of hex values by their true numeric value, ascending or descending.
Open toolHex Value Truncator
Truncate every hex value in a list to at most N digits, keeping the leftmost digits.
Open toolHex Values to File Converter
Turn a list of hex values, each of any width, into a downloadable binary file.
Open toolHex ZigZag Generator
Generate a decorative ASCII-art zigzag of consecutive hex values, indentation tracing a wave.
Open toolHexaflexagon Generator
Render a simplified illustrative triangle-strip net for a hexaflexagon, labeled with hex digits.
Open toolHexdump Generator
Show a classic hexdump -C / xxd-style dump of any text or uploaded file, read-only.
Open toolPolyhex Shapes Generator
Procedurally generate one example connected polyhex (N edge-connected hexagons) as ASCII art.
Open toolRandom Hex Number Generator
Generate a random integer shown in base-16, with configurable digit length and letter case.
Open toolHex to PNG Converter
Paste a hexadecimal byte dump and decode it back into a downloadable PNG file.
Open toolPNG to Hex Converter
Convert a PNG file's raw bytes into a hexadecimal string, entirely in your browser.
Open tool