确定一串数字的编码 [英] Determine the encoding of a string of numbers

查看:80
本文介绍了确定一串数字的编码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我收到了一个实际上是数字标识符的字符串列表;这些可以自动增加,但我试图确定实际数字是什么,因为它们包含字母数字字符。任何人都可以建议如何做到这一点?



例如。 x774b4n,x7741zs,x774ahm,x774cb0



谢谢。



我的尝试:



在线搜索和书籍。还尝试了在线转换工具,但刚刚开始,所以不熟悉编码文本。

I have been given a list of strings that are actually numeric identifiers; these can autoincremented but I am trying to determine what the actually numbers are, as they contain alphanumeric characters. Can anyone advise on how to do this?

eg. x774b4n, x7741zs, x774ahm, x774cb0

Thanks.

What I have tried:

online searches and books. Also tried online converting tools but just getting started so not familiar with coding texts.

推荐答案

那些(几乎)看起来像十六进制值。

除了...不完全



x7741zs - 没有十六进制z,n,s或m



通常前导0x表示十六进制值,如:0xCC0010。

您可能需要有更多关于数据的线索来确定更多内容。

它们怎么可能是会增加吗?这应该提供一个线索。
Those (almost) look like hex values.
Except...not quite

x7741zs -- there is no hex z, n, s or m

generally leading 0x means hex value, like : 0xCC0010.
You'd probably have to have more clues about the data to determine something more.
How can they be incremented? That should provide a clue.


这根本不是编码。没有人能够告诉你自动递增值的规则是什么,除非他们是提出该方案的人。
That's not an encoding at all. There isn't anyone who's going to be able to tell you what the rules are for "auto incrementing" the values unless they are the ones who came up with the scheme.


引用:

例如。 x774b4n,x7741zs,x774ahm,x774cb0

eg. x774b4n, x7741zs, x774ahm, x774cb0



这闻起来像一些基本的32或base 64编码。

但是这么少的提示,它可以是任何东西。

Base32 - 维基百科 [ ^ ]

Base64 - 维基百科 [ ^ ]


这篇关于确定一串数字的编码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆