A simple PowerToys Run plugin.
Provides functionality to convert numbers to different bases.
The current trigger keyword is insp.
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
Clicking or pressing Enter will copy the conversion result to the clipboard.
Download the latest release, extract it, and place the PowerHexInspector folder into the %LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins directory. Then, restart PowerToys.

