Difference between revisions of "Hex2ASCII"
From Sega Retro
(Created page with "{{#switch:{{{1|}}} |21=<nowiki>!</nowiki> |22=" |23=<nowiki>#</nowiki> |24=$ |25=% |26=<nowiki>&</nowiki> |27=<nowiki>'</nowiki> |28=( |29=) |2A=<nowiki>*</nowiki> |2B=+ |2C=,...") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#switch:{{{1|}}} | {{#switch:{{{1|}}} | ||
− | |21= | + | |21=! |
|22=" | |22=" | ||
|23=<nowiki>#</nowiki> | |23=<nowiki>#</nowiki> | ||
|24=$ | |24=$ | ||
|25=% | |25=% | ||
− | |26= | + | |26=& |
− | |27= | + | |27=' |
|28=( | |28=( | ||
|29=) | |29=) | ||
Line 12: | Line 12: | ||
|2B=+ | |2B=+ | ||
|2C=, | |2C=, | ||
− | |2D= | + | |2D=- |
|2E=. | |2E=. | ||
|2F=/ | |2F=/ |
Latest revision as of 07:43, 28 April 2023
Convert hexadecimal to ASCII (everything between 21 and 7E). Everything else is just picked up as a space.
Yes, this is a lazy implementation. 1234[];'#,./