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

strconv

Shuhei Takahashi

|
9 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

String Converter

様々な形式でエンコードされた文字列をデコードするVSCode拡張機能です。

機能

選択したテキストを以下の形式でデコードします:

  • URLエンコード
  • Base64
  • Unicodeエスケープシーケンス(\uXXXX)
  • Unicodeコードポイント(U+XXXX)
  • UTF-8バイト列(\xXX形式)

使い方

  1. テキストを選択
  2. 右クリックメニューから「文字列をデコード」を選択
  3. 新しいタブに各デコード結果が表示されます

サポートされる入力形式

  • URLエンコード: %E3%81%82 → あ
  • Base64: 44GC → あ
  • Unicode: \u3042 → あ
  • コードポイント: U+3042 → あ
  • UTF-8バイト: \xe3\x81\x82 → あ
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft