HexViewer
Hex viewer and editor for SublimeText
Labels language syntax
Details
Installs
- Total 211K
- Win 127K
- Mac 55K
- Linux 30K
| Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 3 | 13 | 7 | 11 | 17 | 21 | 11 | 15 | 20 | 6 | 14 | 11 | 16 | 9 | 17 | 15 | 6 | 10 | 6 | 18 | 8 | 7 | 11 | 3 | 8 | 18 | 13 | 24 | 9 | 14 | 5 | 5 | 11 | 13 | 19 | 14 | 17 | 15 | 13 | 12 | 22 | 15 | 24 | 19 | 8 | 5 |
| Mac | 1 | 8 | 2 | 1 | 4 | 1 | 4 | 4 | 2 | 1 | 2 | 4 | 3 | 6 | 9 | 1 | 0 | 6 | 5 | 6 | 1 | 4 | 4 | 3 | 3 | 5 | 3 | 7 | 5 | 4 | 2 | 8 | 5 | 6 | 8 | 4 | 9 | 1 | 2 | 3 | 5 | 5 | 6 | 4 | 1 | 3 |
| Linux | 0 | 1 | 2 | 2 | 3 | 1 | 3 | 3 | 7 | 2 | 4 | 2 | 4 | 5 | 2 | 1 | 2 | 1 | 3 | 1 | 5 | 1 | 3 | 6 | 2 | 2 | 3 | 5 | 6 | 3 | 5 | 6 | 5 | 5 | 2 | 1 | 1 | 3 | 4 | 5 | 6 | 7 | 11 | 2 | 1 | 2 |
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.