Text converter

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:

How it works

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.

Credits

Elias Kelta (eliaskelta.netlify.app)

Github: https://github.com/Elxas866/base-calculator