Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 421 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 421 Bytes

Converts selected text (hexadecimal string or ASCII string) to ASCII or hexadecimal string according your choice.

VSCODE

how to: select the text that you want to convert from ascii to hex or hex to ascii press ctrl + shift + p type h2a for hex to ascii or a2h for ascii to hex then hit enter your selection should be converted.