Encoding Tools for VSCode

July 16, 2025 ยท View on GitHub

This extensions provide common encoding tools in VS Code commands.

Features

Encoding Tools support encoding to and from:

  • Base16 (Hexadecimal)
  • Base32
  • Base64

Keybinds

On Windows/Linux

Key BindingCommand
Ctrl+K Ctrl+XEncode to Hex
Ctrl+K Ctrl+Shift+XEncode from Hex
Ctrl+K Ctrl+VEncode to Base32
Ctrl+K Ctrl+Shift+VEncode from Base32
Ctrl+K Ctrl+BEncode to Base64
Ctrl+K Ctrl+Shift+BEncode from Base64

On Mac

Key BindingCommand
Cmd+K Cmd+XEncode to Hex
Cmd+K Cmd+Shift+XEncode from Hex
Cmd+K Cmd+VEncode to Base32
Cmd+K Cmd+Shift+VEncode from Base32
Cmd+K Cmd+BEncode to Base64
Cmd+K Cmd+Shift+BEncode from Base64

Release Notes

0.1.2

  • Added From/To Base32 Encoding
  • Changed encoders to use a new method for simplicity

0.0.3

  • Added support for multiple selections
  • Added keybinds and context menu items

0.0.2

  • Added icon and changed name to Encoding Tools

0.0.1

  • Initial release of vscode-encoding-tools.