hex 2 ascii text conversion

849D625E054632BF45C8B74E1F502A9B5B3E7C1E (i have an this data set,how i can convert this data set to ASCII text code,anyone know please help me?)

 採用された回答

Walter Roberson
Walter Roberson 2013 年 4 月 15 日

3 投票

Looks a bit dubious to me. ASCII does not have any codes greater than 127. ISO-8896 does, as does Unicode, but not ASCII.
The values converted to ISO-8896-1 do not look much like text.
char(sscanf('849D625E054632BF45C8B74E1F502A9B5B3E7C1E', '%2x').')

5 件のコメント

SAURABH
SAURABH 2013 年 4 月 16 日
編集済み: Walter Roberson 2013 年 4 月 16 日
Walter Roberson thanku sir this is right answer...but sir i say this is my actual data (3E75A5CA26FAB733A0834DBDFCC0515E0613A224). this is my encoded data set with image and then this data set to use for decoding purpose take as a input text and combined with image2text then find the result of this programme....how i can do this task? please help me sir...
Walter Roberson
Walter Roberson 2013 年 4 月 16 日
I do not understand what you wrote.
image2text() is not a Mathworks routine. It appears that there is a routine of that name in the FEX contribution http://www.mathworks.com/matlabcentral/fileexchange/9844-encipher-image-into-text
SAURABH
SAURABH 2013 年 4 月 16 日
yes sir image2text not a mathwork routine but i m writing the programme for this as u provided above solution this trick not convert the out data set to full ascii,my task only take as input ascii character file,how this is do?image2text not problem...
SAURABH
SAURABH 2013 年 4 月 16 日
sir only u have provide me how i covert this above data set to full ascii text formate further store it is in text formate..

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeData Type Conversion についてさらに検索

製品

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by