With that type of string, converting to morse is usually the first step.
-... -.-. -... --.- -... -.-- -.-. -.-- -.-. -.-- -... --.- .---- .-. -... -... -..- -.-. -.... ----. -.-. .--. -.-- .--. -.-- --.- ----- ..- -.-- --
We are left with 120 dots and dashes. 120 can be divided by 6 which could mean Braille. After going down that rabbit whole nothing good came out of it. 120 can also make groups of 8, let’s try that
-...-.-. -...--.- -...-.-- -.-.-.-- -.-.-.-- -...--.- .----.-. -...-... -..--.-. -....--- -.-.-..- -.-.--.- -.-.---- .------. .--.----
Starts out good for binary but then the first bits should always be – for it to have good Ascii range. Needed help from a friend to convince me to follow through with that idea. Substitute – for 0 and . for 1
01110101 01110010 01110100 01010100 01010100 01110010 10000101 01110111 01100101 01111000 01010110 01010010 01010000 10000001 10010000
Now instead of converting binary to Ascii, convert binary to hexadecimal to get
75 72 74 54 54 72 85 77 65 78 56 52 50 81 90
Convert decimal to Ascii
KHJ66HUMAN842QZ
With that type of string, converting to morse is usually the first step.
-... -.-. -... --.- -... -.-- -.-. -.-- -.-. -.-- -... --.- .---- .-. -... -... -..- -.-. -.... ----. -.-. .--. -.-- .--. -.-- --.- ----- ..- -.-- --
We are left with 120 dots and dashes. 120 can be divided by 6 which could mean Braille. After going down that rabbit whole nothing good came out of it. 120 can also make groups of 8, let’s try that
-...-.-. -...--.- -...-.-- -.-.-.-- -.-.-.-- -...--.- .----.-. -...-... -..--.-. -....--- -.-.-..- -.-.--.- -.-.---- .------. .--.----
Starts out good for binary but then the first bits should always be – for it to have good Ascii range. Needed help from a friend to convince me to follow through with that idea. Substitute – for 0 and . for 1
01110101 01110010 01110100 01010100 01010100 01110010 10000101 01110111 01100101 01111000 01010110 01010010 01010000 10000001 10010000
Now instead of converting binary to Ascii, convert binary to hexadecimal to get
75 72 74 54 54 72 85 77 65 78 56 52 50 81 90
Convert decimal to Ascii
KHJ66HUMAN842QZ