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 tool

Hex Bytes to File Converter

Convert one continuous hex string, strictly two digits per byte, into a downloadable binary file.

Open tool

Hex Digit Decrementer

Decrement every individual digit in a hex list by N, wrapping around modulo 16.

Open tool

Hex Digit Incrementer

Increment every individual digit in a hex list by N, wrapping around modulo 16.

Open tool

Hex Digit Remover

Remove every occurrence of a chosen digit character from a whole list of hex values.

Open tool

Hex Digit Replacer

Find and replace one hex digit character with another across a whole list of hex values.

Open tool

Hex Digit Sorter

Sort each hex value's own digits, ascending or descending, independently per value.

Open tool

Hex Division Table Generator

Generate an NxN division table showing hex quotient and remainder for every row/column pair.

Open tool

Hex Editor

Upload a file or paste text and edit its raw bytes directly in a classic three-column hex editor.

Open tool

Hex Grid Generator

Generate a full rows x columns ASCII hex grid, each cell labeled with its sequential hex index.

Open tool

Hex Multiplication Table Generator

Generate an NxN multiplication table with row/column headers and cell values all in hexadecimal.

Open tool

Hex Number Analyzer

Analyze a hex value's decimal equivalent, bit length, digit frequency, palindrome status, and popcount.

Open tool

Hex Number Rounder

Round every hex value in a list to the nearest multiple of a hex rounding unit.

Open tool

Hex Number Splitter

Split one hex string into fixed-size chunks, one chunk per output line.

Open tool

Hex Sequence Generator

Generate a run of consecutive hex values from a start value, with custom separator and padding.

Open tool

Hex Spiral Generator

Arrange consecutive hex values into a square ASCII grid, filled in clockwise spiral order.

Open tool

Hex Value Decrementer

Subtract a decimal amount from every hex value in a list, clamping at zero instead of wrapping.

Open tool

Hex Value Incrementer

Add a decimal amount to every hex value in a list, using exact BigInt arithmetic.

Open tool

Hex Value Padder

Left-pad every hex value in a list with zeros to a fixed digit width.

Open tool

Hex Value Shifter

Cyclically rotate the order of a list of hex values by N positions.

Open tool

Hex Value Sorter

Sort a list of hex values by their true numeric value, ascending or descending.

Open tool

Hex Value Truncator

Truncate every hex value in a list to at most N digits, keeping the leftmost digits.

Open tool

Hex Values to File Converter

Turn a list of hex values, each of any width, into a downloadable binary file.

Open tool

Hex ZigZag Generator

Generate a decorative ASCII-art zigzag of consecutive hex values, indentation tracing a wave.

Open tool

Hexaflexagon Generator

Render a simplified illustrative triangle-strip net for a hexaflexagon, labeled with hex digits.

Open tool

Hexdump Generator

Show a classic hexdump -C / xxd-style dump of any text or uploaded file, read-only.

Open tool

Polyhex Shapes Generator

Procedurally generate one example connected polyhex (N edge-connected hexagons) as ASCII art.

Open tool

Random Hex Number Generator

Generate a random integer shown in base-16, with configurable digit length and letter case.

Open tool

Hex to PNG Converter

Paste a hexadecimal byte dump and decode it back into a downloadable PNG file.

Open tool

PNG to Hex Converter

Convert a PNG file's raw bytes into a hexadecimal string, entirely in your browser.

Open tool