Select the base:
Enter your text:
Here is the result:
Text converter is a free and open source tool to convert text to a number with base n.
Select the base:
Enter your text:
Here is the result:
The algorithm is based on the charCodeAt()-function in JavaScript; It iterates through the input string and reads the elements UNICODE index. It then converts the decimal number into a number with base n and outputs the result.