HexViewer
Hex viewer and editor for SublimeText
Labels language syntax
Details
Installs
- Total 209K
- Win 126K
- Mac 54K
- Linux 29K
| Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 18 | 12 | 13 | 14 | 18 | 18 | 26 | 18 | 8 | 15 | 12 | 22 | 23 | 26 | 14 | 11 | 11 | 23 | 12 | 14 | 23 | 16 | 5 | 16 | 12 | 16 | 8 | 12 | 12 | 5 | 10 | 19 | 12 | 15 | 17 | 16 | 11 | 4 | 19 | 19 | 19 | 17 | 19 | 6 | 9 | 6 |
| Mac | 2 | 3 | 2 | 5 | 9 | 9 | 12 | 13 | 0 | 3 | 3 | 9 | 6 | 2 | 5 | 2 | 7 | 9 | 8 | 7 | 8 | 14 | 2 | 8 | 8 | 6 | 6 | 4 | 6 | 2 | 0 | 6 | 13 | 7 | 9 | 6 | 6 | 0 | 6 | 8 | 8 | 10 | 9 | 4 | 4 | 12 |
| Linux | 3 | 1 | 2 | 2 | 8 | 2 | 2 | 5 | 1 | 5 | 1 | 1 | 3 | 4 | 9 | 0 | 3 | 2 | 6 | 1 | 4 | 6 | 3 | 3 | 2 | 2 | 1 | 6 | 1 | 3 | 3 | 3 | 2 | 2 | 2 | 3 | 1 | 2 | 1 | 2 | 5 | 6 | 4 | 4 | 4 | 5 |
Readme
- Source
- raw.githubusercontent.com
HexViewer
HexViewer is a plugin for Sublime Text that allows the toggling of a file into a hex viewing mode. HexViewer also supports limited hex editing.

Features
- View any file (that exist on disk) in a hex format showing both byte and ASCII representation.
- Command to jump to a specific address.
- In place editing of bytes or ASCII chars.
- Highlight selected byte and ASCII code.
- Inspection panel showing different integer representation at the cursor position.
- Configurable display of byte grouping, bytes per line, endianness.
- Export hex view to a binary file.
- Get the checksum of a given file (various checksums are available).
- Generate checksum/hash from input via panel or text selection.
- Optionally auto convert binary to hex view.
Documentation
https://facelessuser.github.io/HexViewer/
License
Hex Viewer is released under the MIT license.