Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Bit ViewerNew to Visual Studio Code? Get it now.
Bit Viewer

Bit Viewer

Danylo Pashuk

|
345 installs
| (1) | Free
View any file in it's most fundamental form.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Bit Viewer for VS Code

A Visual Studio Code extension that allows you to view binary files as their bit representation. This extension provides a custom editor that converts binary data into a readable binary format (1s and 0s), making it easier to examine binary data at the bit level.

Bit Viewer Demo

Usage

  1. Right-click any file in VS Code's explorer
  2. Select "Open With..." from the context menu
  3. Choose "Bit Viewer"

Alternatively, you can associate certain file extensions to always open with Bit Viewer:

  1. Open VS Code settings
  2. Search for "workbench.editorAssociations"
  3. Add a new association:
"workbench.editorAssociations": {
    "*.bin": "bitViewer.binary"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft