Base-58 Encoder
cross-browser testing tools
World's simplest online base-58 encoder for web developers and programmers. Just paste your data in the form below, press the Base-58 Encode button, and you'll get a base-58 encoded string. Press a button – get base-58. No ads, nonsense, or garbage.
51K
Announcement: We just launched Online Unicode Tools – a collection of browser-based Unicode utilities. Check it out!
Want to base58 decode?
Use the Base58 Text Decoder!
Using a Base58 Encoder in Cross-browser Testing
A base58 encoder can be useful if you're doing cross-browser testing. For example, if your web application supports various binary-to-text encoding schemes, including base58, then you can use this utility to write base58 unit tests for your application. In practice, the base58 encoding is less often used in encoding binary data and is more often used in environments where information has to be confirmed with high precision. For example, other encoding schemes, such as base64 use both the capital letter "O", the lower case letter "o", and a zero "0", and they are often hard to tell apart. The base58 scheme uses only a single lower case letter "o", so there is no ambiguity. Another use case is generating random passwords that have the base58 alphabet and text that can be spelled out without errors in noisy environments.
Looking for more web developer tools? Try these!
Text Columns to Rows Converter
Text Rows to Columns Converter
Text to HTML Entities Converter
UNIX time to UTC time Converter
UTC time to UNIX time Converter
Seconds to Human Readable Time
Binary Bitwise NAND Calculator
Binary Bitwise XNOR Calculator
Binary Bit Rotator to the Left
Binary Bit Rotator to the Right
Text Character Rotator to the Left
Text Character Rotator to the Right
Number of Letters in Text Counter
Number of Words in Text Counter
Number of Lines in Text Counter
Number of Paragraphs in Text Counter
Decimal to Scientific Converter
Scientific to Decimal Converter
Celsius to Fahrenheit Converter
Pro tip: You can use ?input=text query argument to pass text to tools.