Text to Radix
Free online tool to convert text to any radix encoding between 2-36.
Tool Guide
About the Text to 2-36 Arbitrary Base Tool
The online text to 2-36 arbitrary base tool can convert a text string into any base between 2 and 36. You can freely choose the target base (base 2 to base 36) and quickly view the encoded value corresponding to each character.
It is suitable for character encoding learning, programming instruction, data conversion, information encryption, front-end debugging, and many other scenarios. It supports character types such as Chinese, English letters, and symbols, and all conversions are processed in real time—safe and convenient, with no download or plugin installation needed.
How to Use the Online Text to Arbitrary Base Tool
Step 1: Enter any string content in the text box.
Step 2: Select the target base (any base between 2 and 36).
Step 3: The tool will automatically convert each character into the value in the corresponding base, with results separated by an English comma by default, convenient for copying or development use.
Example: Input: abc, Output (base 10): 97,98,99, Output (base 16): 61, 62, 63, Output (base 2): 1100001, 1100010, 1100011, Output (base 36): 2p, 2q, 2r.
String to Arbitrary Base FAQ
Which bases does the tool support?
It supports arbitrary conversion from base 2 to base 36, and you can customize the base.
How is the conversion done?
The tool first converts each character into its Unicode encoding (usually a decimal value), and then converts it into the specified base format for output.
Can it convert Chinese or special symbols?
It supports all UTF-8 characters, including Chinese, emoji, punctuation, etc., with results based on their Unicode encoding.
Does it support large batches of text?
Yes, it supports pasting long text. The conversion result is processed character by character, so we recommend viewing the results in batches.
Related Tools
Base64 Encoder
Encode to Base64
Base64 Decoder
Decode Base64
Base64 Encoder/Decoder
Encode and decode text with Base64.
URL Encode/Decode
Online URL encoding and decoding tool supporting UTF-8 and GBK charsets.
URL Decode
Online URL encode and decode tool
Unicode Escape Encoder
Convert Chinese text to Unicode hex, HTML entity, and other escape formats