Generate an Integer Matrix
The Generate an Integer Matrix tool creates a structured grid of random integers. You control the number of rows and columns, as well as the minimum and maximum values. The…
Latest Tools is a live feed of fresh releases. Quick utilities to clean, convert, extract, and format text with no fuss.
The Generate an Integer Matrix tool creates a structured grid of random integers. You control the number of rows and columns, as well as the minimum and maximum values. The…
The Convert Octal Base to Integers tool takes numbers written in base-8 (octal) and converts them into standard base-10 integers. You can paste in multiple lines of octal values, import…
The Decompose an Integer tool breaks down any whole number into its place values. Give it 12345, and it’ll return 10000, 2000, 300, 40, and 5. You can toggle between…
The Generate Symmetric Integers tool creates a list of numbers that are palindromes values that read the same backward and forward. It’s perfect for math projects, coding experiments, or generating…
The Sort Integer Digits tool takes each integer from your list and rearranges its digits in order. Want them ascending? Done. Prefer descending? Just flip the toggle. Negative numbers are…
The Check If an Integer Is Symmetric tool quickly tells you whether each number in your list is a palindrome. Just drop in a list of integers and it’ll instantly…
The Add Integer Digits tool takes a list of integers and calculates the sum of digits in each one. Drop in a few numbers like 123 or 45, and you’ll…
The Change Integer Base tool lets you instantly convert whole numbers between decimal, binary, octal, and hexadecimal formats. Whether you’re working with logs, scripting a config, or decoding values from…
The Convert Signed Integer to Unsigned tool makes it super easy to flip negative or signed integers into their unsigned 32-bit counterparts. Whether you’re debugging, working with binary data, or…
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…