2026-06-26 17:49:44 +02:00
2025-08-16 23:24:07 +02:00
2026-06-26 17:49:44 +02:00
2026-04-20 15:32:58 +02:00
2026-05-31 23:15:24 +02:00
2024-11-14 13:34:48 +01:00
2024-09-26 20:27:16 +02:00
2026-05-31 23:15:24 +02:00
2026-06-02 23:55:24 +02:00
2025-10-04 00:34:20 +02:00
2026-04-20 15:32:58 +02:00
2025-10-19 13:40:41 +02:00

BinEd - Hex Editor

Editor for binary data (hex viewer/editor) written in Java.

Homepage: https://bined.exbin.org/android

Get it on F-DroidGet it on Google PlayGet it on ObtainiumGet it on IzzyDroid

Or download the latest APK from the Releases Section.

Screenshot

BinEd-Editor Screenshot

Features

  • Visualize data as numerical (hexadecimal) codes and text representation
  • Codes can be also binary, octal or decimal
  • Support for Unicode, UTF-8 and other charsets
  • Insert and overwrite edit modes
  • Searching for text / hexadecimal code with matches highlighting
  • Support for undo/redo
  • Support for files with size up to exabytes (in partial file mode)

Compiling

To compile project and build apk you need installed Java JDK 17 or later and run:

./gradlew assembleRelease

or on Windows:

gradlew.bat assembleRelease

To modify this project, Android Studio is recommended.
https://developer.android.com/studio/

When using Android Studio modify playStore = false line in build.gradle file to avoid legacy errors:

playStore = true

License

Apache License, Version 2.0 - see LICENSE.txt

S
Description
Mirror of BinEd
Readme
9.8 MiB
Languages
Java 100%