This is a quick little project I made for ascii <--> hex conversion, because I thought it would be an interesting challenge. ¬ represents a character that is not supported by ascii. It took 43 seconds to convert a 129344 character sample string(shown in the code),meaning it can convert ~3000 characters a second, but one item of a list can only hold 10240 characters, so I made it split them up into different list items. Any suggestions would be appreciated! Inspired by PusheenGames23's project.
This was all made by me.