Base100 Encode/Decode

Function Description

πŸ”’ Base100 Encoding

Convert text to Base100 encoding format

πŸ”“ Base100 Decoding

Convert Base100 encoding back to original text

πŸ”€ Character Set

Uses 00-99 for a total of 100 two-digit numbers

πŸ”’ Local Processing

All operations completed locally, protecting data security

Case Examples

πŸ“ Simple Text

Original: Hello
Base100: 72 101 108 108 111

πŸ”’ Number Encoding

Original: 123
Base100: 49 50 51
πŸ“ Input Text
Length: 0
πŸ“„ Output Result
Length: 0

πŸ” Base100 Working Principle