BitDecoder is a simple desktop utility built with C++, Dear ImGui, GLFW, and OpenGL that allows you to:
- Convert normal text to binary
- Convert binary back to text
- Convert binary back to text
- Copy results to the clipboard
- Quicklyly clear input fields
It is designed as a lightweight, fast, private and easy-to-use tool with a clean graphical interface.
- Text → Binary conversion
- Binary → Text conversion
- Copy to clipboard buttons
- Clean input fields
- Simple and minimal UI
- Fully offline for the best privacy
- Does not collect any data from the user
- Cross-platform (Linux, Windows, macOS with minor changes)
- CMake 3.10 or newer
- C++17 compatible compiler
- GLFW
- OpenGL
- Dear ImGui (included as a git submodule in
external/imgui)
This project uses git submodules to include Dear ImGui.
You must clone it like this:
git clone --recurse-submodules https://github.com/Joa98Dev/bitdecoder.gitmkdir build
cd build
cmake ..
make
./BitDecoder