About
BinEd is a hobby project to create viewer/editor for binary data (hexadecimal editor) in Java.
Goals are:
- Free and open source (commercially friendly license)
- Available as component / library for other apps
- Stand-alone editor application
- Plugins/extension for some applications (Java-based IDEs and other)
See additional info about concepts.
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 matching highlighting
- Support for undo/redo
- Support for files with size up to exabytes
Detailed list of features.