hex 2 ascii text conversion

3 次查看(过去 30 天)
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
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
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 个)

类别

Help CenterFile Exchange 中查找有关 Characters and Strings 的更多信息

标签

尚未输入任何标签。

产品

Community Treasure Hunt

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

Start Hunting!

Translated by