This app converts strings with commonly used algorithms. API 26+
![]() |
![]() |
![]() |
|---|---|---|
![]() |
![]() |
![]() |
- Unicode
- Base64
- HEX
- History of decoding operations
- Hex Palette
- Regexp tester
You can check releases page for latest version
You can also build this app from sources in Android Studio or Intellij IDEA (Build -> Build Bundles -> Build APK)
The helper script can build an APK and upload it to a Google Drive folder through
rclone. The uploaded filename contains the app
version from app/version.properties, the upload date, and the build variant:
Convert X 2.1.3 (19.09.2026) release.apk.
Configure an authenticated Google Drive remote once:
rclone configCreate a remote named gdrive with the Google Drive storage type. Then run:
./scripts/build-and-upload-drive.shUseful variants:
./scripts/build-and-upload-drive.sh --variant debug
./scripts/build-and-upload-drive.sh --variant both
./scripts/build-and-upload-drive.sh --folder "Convert X" --remote gdrive
./scripts/build-and-upload-drive.sh --variant release --no-uploadThe default destination is the Convert X folder in the configured Drive
remote. Override it with --folder or the DRIVE_FOLDER environment variable.
The script does not store Google credentials in the repository.





