Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Base64New to Visual Studio Code? Get it now.
Base64

Base64

m4ns0ur

|
63,119 installs
| (1) | Free
Plugin to encode/decode Base64 data
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

base64

base64 is a vscode extension to encode/decode Base64 data. It can encode multi-lines strings too (for instance JSON). It also supports Hex to Base64.

Features

You can select text and encode/decode to/from Base64. Search in command palette for base64 or use the key bindings. Multi-lines and Hex to Base64 is supported.

screenshot1 screenshot2 screenshot3 screenshot4 screenshot5

Key Bindings

encode text to Base64:  Ctrl+k Ctrl+4 (⌘+k ⌘+4 in Mac)
decode Base64 to text:  Ctrl+k Ctrl+5 (⌘+k ⌘+5 in Mac)
encode Hex to Base64:   Ctrl+k Ctrl+6 (⌘+k ⌘+6 in Mac)
decode Base64 to Hex:   Ctrl+k Ctrl+7 (⌘+k ⌘+7 in Mac)

Release Notes

1.0.0

Change keybindings to avoid conflict

0.1.0

  • Add actions in context menu
  • Validate if text is selected

0.0.4

Bug fix in Unicode encoding

0.0.3

Better description

0.0.2

  • Adding icon to plugin
  • Better keybindings for Mac

0.0.1

Initial release of base64

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft