Base-36 Converter 〈2026〉

const num = 1337; const base36 = num.toString(36); // "y5" const parsed = parseInt("y5", 36); // 1337 So if you don’t need custom validation or edge-case handling, the built-in methods work perfectly.

// Example usage: const decimal = 123456789; const base36 = toBase36(decimal); console.log( Decimal ${decimal} = base-36 ${base36} ); base-36 converter

const decoded = fromBase36(base36); console.log( Base-36 ${base36} = decimal ${decoded} ); const num = 1337; const base36 = num

Bye!

base-36 converter

Hello There!

Before we start playing,

We must check if you’re of age to handle all the excitement.

By clicking Enter, you confirm that you are of legal age in your area to view sexual content.