Skip to content

Instantly share code, notes, and snippets.

@adaedra
Created August 6, 2015 11:39
Show Gist options
  • Save adaedra/56e026020005f7e6401a to your computer and use it in GitHub Desktop.
Save adaedra/56e026020005f7e6401a to your computer and use it in GitHub Desktop.
adaedra % echo "[?Α==?A,?Ε==?E,?Ρ==?P,?Β==?B,?Ν==?N,?Μ==?M,?Κ==?K,?Ο==?O,?Υ==?Y,?Τ==?T,?Ι==?I,?Ζ==?Z,?Χ==?X]" | hexdump -C
00000000 5b 3f ce 91 3d 3d 3f 41 2c 3f ce 95 3d 3d 3f 45 |[?..==?A,?..==?E|
00000010 2c 3f ce a1 3d 3d 3f 50 2c 3f ce 92 3d 3d 3f 42 |,?..==?P,?..==?B|
00000020 2c 3f ce 9d 3d 3d 3f 4e 2c 3f ce 9c 3d 3d 3f 4d |,?..==?N,?..==?M|
00000030 2c 3f ce 9a 3d 3d 3f 4b 2c 3f ce 9f 3d 3d 3f 4f |,?..==?K,?..==?O|
00000040 2c 3f ce a5 3d 3d 3f 59 2c 3f ce a4 3d 3d 3f 54 |,?..==?Y,?..==?T|
00000050 2c 3f ce 99 3d 3d 3f 49 2c 3f ce 96 3d 3d 3f 5a |,?..==?I,?..==?Z|
00000060 2c 3f ce a7 3d 3d 3f 58 5d 0a |,?..==?X].|
0000006a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment