This browser-based utility changes the order of digits in an integer and returns a new integer with the same but sorted digits in the output. You can rearrange digits in ascending, descending, or random order. By default, the digits are sorted one by one but you can also sort groups of multiple digits. You can also add an extra separator between the sorted digits in the options and apply a filter to sort only the unique digits. Created by math nerds from team Browserling.
This browser-based utility changes the order of digits in an integer and returns a new integer with the same but sorted digits in the output. You can rearrange digits in ascending, descending, or random order. By default, the digits are sorted one by one but you can also sort groups of multiple digits. You can also add an extra separator between the sorted digits in the options and apply a filter to sort only the unique digits. Created by math nerds from team Browserling.
With this online application, you can sort the digits in one or more integers. The digits can be sorted in ascending order (from 0 to 9), in decreasing order (from 9 to 0), or just make the order of digits chaotic (mix the digits in random order). By default, each digit is sorted independently and moved to the correct position but you can also create chunks of digits from each integer and sort the chunks. For example, you can split the integer 406020 into groups of two digits and get three sub-integers 40, 60, 20. Then sort them in increasing order and get 204060, decreasing order and get 604020, or random order and get 206040 (or 602040, or 402060, … there are 6 possible random permutations). To better visualize the boundaries of groups, you can insert a delimiter character between them. For example, if you insert the pipe symbol between the two-digit groups you will get "40|60|20" or if you insert the dash symbol between single digits groups you will get "4-0-6-0-2-0". You can also use the unique digit filter option if you don't need duplicate digits. For example, when sorting the single digits of the integer 406020, you will get the value 000246 but with the filter option active, you will get 0246. Integerabulous!
With this online application, you can sort the digits in one or more integers. The digits can be sorted in ascending order (from 0 to 9), in decreasing order (from 9 to 0), or just make the order of digits chaotic (mix the digits in random order). By default, each digit is sorted independently and moved to the correct position but you can also create chunks of digits from each integer and sort the chunks. For example, you can split the integer 406020 into groups of two digits and get three sub-integers 40, 60, 20. Then sort them in increasing order and get 204060, decreasing order and get 604020, or random order and get 206040 (or 602040, or 402060, … there are 6 possible random permutations). To better visualize the boundaries of groups, you can insert a delimiter character between them. For example, if you insert the pipe symbol between the two-digit groups you will get "40|60|20" or if you insert the dash symbol between single digits groups you will get "4-0-6-0-2-0". You can also use the unique digit filter option if you don't need duplicate digits. For example, when sorting the single digits of the integer 406020, you will get the value 000246 but with the filter option active, you will get 0246. Integerabulous!
In this example, we enter a huge twenty-digit integer in the input field and sort its digits in ascending order. It's easy to see that this integer contains all digits from 0 to 9, some of them multiple times. The repeated values are not deleted because the skip-duplicate-digits option is turned off.
In this example, we split the input integers into groups of two digits and sort these groups in decreasing order. In this case, the program compares and sorts pairs of digits rather than individual digits. The first integer "2546" is divided into two pieces: "25" and "46", then these two pieces are sorted. As 25 < 46, the first piece then is 46, followed by 25. Also to show the pairs, the pipe character is used as the pair separator.
The integers in this example contain multiple repeating digits. To make sure that only the non-repeating digits are sorted, we use the checkbox option that removes duplicate digits. The sort order in this example is random and also the dot symbol is inserted after each sorted digit.
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!
Create a drawing that visualizes von Neumann hierarchy of sets.
Create a sudoku puzzle.
Create a list of neat-looking integers (called magic integers).
Generate a list of tuples of integers with n elements.
Quickly convert integers to base one.
Quickly convert base one to integers.
Quickly convert integers to base two.
Quickly convert base two to integers.
Quickly convert integers to base eight.
Quickly convert base eight to integers.
Quickly convert integers to base sixteen.
Quickly convert base sixteen to integers.
Quickly encode integers to base-64.
Quickly decode base-64 to integers.
Quickly convert integers to a custom base.
Quickly encode integers to HTML encoding.
Quickly decode HTML entities to integers.
Quickly encode integers to URL (percent) encoding.
Quickly decode URL-encoded integers.
Quickly convert a signed integer to an unsigned integer.
Quickly convert an unsigned integer to a signed integer.
Generate a list of random integers.
Check if the given integers are palindromes.
Create a matrix whose entries are all integers.
Create a vector with integer coefficients.
Quickly calculate the average value of integers.
Quickly calculate the average value of integer digits.
Quickly randomly select a digit from an integer.
Find which of the given integers is the biggest or smallest.
Limit integer values to a range.
Limit integer digit values to a range.
Create multiple copies of the input integers.
Create multiple copies of digits of input integers.
Rotate the digits of an integer to the left or right.
Move the digits of an integer to the left or right.
Quickly find the difference of a bunch of integers.
Quickly apply the bitwise AND operation to integers.
Quickly apply the bitwise OR operation to integers.
Quickly apply the bitwise XOR operation to integers.
Quickly apply the bitwise NOT operation to integers.
Quickly apply the bitwise NAND operation to integers.
Quickly apply the bitwise NOR operation to integers.
Quickly apply the bitwise NXOR operation to integers.
Quickly divide two or more integers.
Quickly divide the digits of an integer.
Add -st, -nd, -rd, -th suffixes to integers to make them ordinals.
Remove -st, -nd, -rd, -th suffixes from ordinals to make them ints.
Find integers that match a filter (greater, less, equal).
Add padding to integers on the left side.
Add padding to integers on the right side.
Position all integers so that they align on the right.
Position all integers so that they align in the middle.
Turn all integers into positive integers.
Turn all integers into negative integers.
Rewrite an integer in fractional form.
Extract the numerator and denominator from a fraction.
Search for all occurrences of an integer and replace it.
Create a regex that matches the given integers.
Create integers that match the given regular expression.
Create relatively tiny integers.
Create relatively huge integers.
Create a sequence of oscillating integers, such as 123212321.
Create multiple integer sequences at once.
Slightly change an integer so it has an error.
Slightly change integer digits so there are errors.
Apply fuzzing to integers and add perturbations.
Apply fuzzing to integer digits and add digit perturbations.
Add highlighting to certain integers.
Add highlighting to certain integer digits.
Add color to integers based on a condition.
Add color to individual digits in the given integers.
Quickly assign colors to integers and draw them as pixels.
Quickly assign integer values to pixel colors and print them.
Make the digits of an integer go in a spiral shape.
Make the digits of an integer go in a circle.
Make the digits of an integer go in a diamond shape.
Fill a box with certain width and height with digits.
Use ASCII art to convert integers to 2-dimensional drawings.
Use ASCII art to convert integers to 3-dimensional drawings.
Decompose an integer into ones, tens, hundreds, etc.
Generate an ordered list of increasing integers.
Generate an ordered list of decreasing integers.
Quickly find various information about the given integers.
Find hidden patterns of numbers in integers.
Find the Shannon entropy of an integer.
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 our mission is to make people's lives easier, so we created this collection of integer 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 integer tools are actually powered by our programming tools that we created over the last couple of years. Check them out!