Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Hex Multi-ConverterNew to Visual Studio Code? Get it now.
Hex Multi-Converter

Hex Multi-Converter

Jesper

|
3,070 installs
| (2) | Free
Convert hex to ASCII, decimal and binary with multi-select support
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Hex Multi-Converter

general usage screencast

GitHub Repository

Marketplace Page

Features

  • Multi-select support
  • Replace selected text or insert conversion as comments
  • Hex to decimal conversion
    • [x] Replace
    • [x] Comment
  • Hex to ASCII conversion
    • [x] Replace
    • [x] Comment
  • Hex to binary conversion
    • [x] Replace
    • [x] Comment
  • Decimal to hex conversion
    • [x] Replace
    • [ ] Comment
  • ASCII to hex conversion
    • [x] Replace
    • [ ] Comment
  • Binary to hex conversion
    • [x] Replace
    • [ ] Comment

Usage

  1. Select the text you want to convert
  2. Open command palette (Shift + Command + P (Mac) / Ctrl + Shift + P (Windows/Linux))
  3. Search "convert" or "comment" and select conversion method

command palette

Extension Settings

This extension contributes the following settings:

  • hex-multi-converter.convertEscapeCharactersToText: (default true) Set to false to disable escape characters to text conversion (render newline instead of "\n" for example).
  • hex-multi-converter.convertControlCharactersToText: (default true) Set to false to disable control characters to text conversion (show the ESC symbol instead of "ESC" for example).
  • hex-multi-converter.extendedMatcher: (default false) Set to true to enable extended syntax for hexadecimal numbers. For example, when enabled 0x12345U and 0x12345u will be matched as hexadecimal numbers.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft