Base58 Encoder

Sample Codes with Results

1. Text Input Example

  • Input: HelloWorld
  • Encoded Result: JxF12TrwXzT5jv

2. Hexadecimal Input Example

  • Input (Hex): 48656c6c6f20576f726c64 (which is “Hello World”)
  • Encoded Result: JxF12TrwUP45BMd

3. Text Input with Special Characters

  • Input: Base58_Encoding!
  • Encoded Result: BhtbXwrPzTmrpM8snk

4. Hexadecimal Input Example (Hex):

  • Input (Hex): 4a756c69616e (which is “Julian”)
  • Encoded Result: 5YwoHvY

5. Long Text Example

Encoded Result: Y1aXnhmjpLbgZkgiHFjhwJfaDXJckKgFJ5XmhqW7ay5TaNC2qZ

Input: The quick brown fox jumps over the lazy dog

More Tools