日本語の説明は下にあります。 - What's Binary Editor? In the computer, character handles to code with 0 and 1. The code like this called "binary", and binary editor can edit these code. - Why these codes aren't just 0 and 1? For example, computer handles the character "a" as "1100001" in Ascii code. If we display only these numbers 0 and 1, the number of digits will increase. So we display in hexadecimal this binary, and the "a" will be "61". - バイナリエディタって何? コンピューターの中では文字は0と1のみの2進数のコードで表されます。 このコードを「バイナリ」と呼びます。 そしてこのバイナリを編集できるのが「バイナリエディター」なのです。 - なぜ1と0以外の文字も表示されているのですか? 例えば、「a」という文字はアスキーコードでは「1100001」と表されます。 しかし、0と1のみで表示してしまうと、桁が大きくなってしまいます。そこで、この2進数の数字を16進数に変換することで、桁を少なくしています。 こうすると、「a」は「61」と表されます。
Using "Pen Text Engine++" by @-Rex- https://scratch.mit.edu/projects/406678232/