PowerHexInspector
February 11, 2025 · View on GitHub
A simple PowerToys Run plugin.
Provides functionality to convert numbers to different bases.
Usage
Trigger Keyword
The current trigger keyword is insp.
Input Format
The input format is:
insp {base} {input}
The base can be one of the following values:
borB: BinaryoorO: OctaldorD: DecimalhorH: HexadecimalaorA: ASCII
Or use
insp {input}
In this case, the input should be a string that follows the rules below:
- A string starting with
0xwill be considered hexadecimal - A string starting with
0bwill be considered binary - A string starting with
0will be considered octal - A string surrounded by double quotes will be considered ASCII
- Otherwise, it will be considered decimal
Example


Clicking or pressing Enter will copy the conversion result to the clipboard.
Installation
Download the latest release, extract it, and place the PowerHexInspector folder into the %LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins directory. Then, restart PowerToys.