How do you decode a binary string that is encrypted in ASCII??

binary code =00001011

1 件のコメント

Jan
Jan 2012 年 11 月 5 日
The question does not contain enough information: There is an infinite number of possible encryption methods. Therefore 0001011 could be any letter. Perhaps you mean "encoded" instead of "encrypted". But even then it is not uniquely defined, which "letter" corresponds to the number 11 (binary 1011). So please provide any details.

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2012 年 11 月 4 日

0 投票

bin2dec('00001011')

2 件のコメント

Karen.k
Karen.k 2012 年 11 月 4 日
This gives me a number but I am looking for a letter.
Walter Roberson
Walter Roberson 2012 年 11 月 5 日
char(bin2dec('00001011'))
Note: in this particular example, there is no printable glyph for the character; it is control-K

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeEncryption / Cryptography についてさらに検索

タグ

質問済み:

2012 年 11 月 4 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by