Convert Words to Integers
This tool lets you take everyday number words like “three” or “fifteen” and instantly turn them into actual integers. Just paste in your text, and it handles the rest. The…
This tool lets you take everyday number words like “three” or “fifteen” and instantly turn them into actual integers. Just paste in your text, and it handles the rest. The…
The Bitwise NOR Integers tool lets you apply a bitwise NOR operation (~(A | B)) to pairs of integers from two input lists. You can run it in pairwise mode…
The Rewrite an Integer as a Sum tool takes a positive integer and finds all the different ways you can break it down into additive parts. For example, the number…
The Create an Integer ZigZag tool lets you generate a wave-like integer pattern that climbs up, reverses, and climbs again repeating this zigzag cycle however many times you want. Just…
The Generate an Integer Vector tool lets you quickly create a list of integers based on a start, end, and step value. Whether you’re building arrays for testing, feeding a…
The Remove Commas from an Integer tool takes any number with commas like 1,234,567 and strips those commas out cleanly. That’s it. No distractions, no formatting issues, just your integer,…
The Generate Big Integers tool lets you create a list of massive random integers in your browser. You can control how many numbers to generate, how large each number is…
Convert Integers to Base64 takes a list of integers and turns them into Base64-encoded strings. You can encode each number individually or combine them all into a single Base64 string.…
NAND Integers takes a list of numbers and runs the bitwise NAND operation across them. You can choose to reduce the whole list down to a single result or apply…
Find the Running Total is a tool that takes a list of numbers and adds them up one at a time showing you the total as it builds. It’s also…
Rewrite an Integer as a Product takes any list of integers and converts each one into a multiplication of its prime factors. Want to turn 84 into 2 × 2…
Duplicate Integer Digits takes any list of integers and repeats each digit as many times as you want. Want to double everything? Triple it? You decide. For example, 123 becomes…
Generate Integers from a Regex gives you a fast way to create random numbers that follow a digit-based pattern. Whether you want to mock test data or generate examples that…
Find Patterns in Integers makes it easy to search for specific digit patterns within a list of numbers. You can do a simple match (like find all lines containing “123”)…
Decrement Integer Digits is a fast way to subtract 1 from every digit in a list of numbers. Whether you’re reducing each digit for fun, testing, or formatting, this tool…
Separate Integer Digits takes any list of numbers and splits them into individual digits using the format you choose. You can separate digits with spaces, commas, or even a custom…
Clamp Integer Digits is a tool that lets you restrict each digit in a list of integers to stay within a defined range. For example, you can clamp all digits…
XOR Integers is a quick tool for performing bitwise XOR on numbers. Whether you want to XOR all values together or do it pairwise, this tool’s got you covered. You…
Compare Integers is the simplest way to figure out how two lists of numbers stack up against each other. Paste one list into “List A” and another into “List B”…
Generate Integer Pairs is a quick way to create lists of number pairs, totally custom to your needs. Want ten random (x, y) pairs between 1 and 100? Easy. Need…