binary - Making sense of data from in Byte format -


i have received long string in format "\x00\x00\x03\x00\x8c\x00\x0e\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0........"

i able convert large number thread unable convert int bytes

which gives me output "1365522341560757405800208599454296416697203725840888581386951239982728......l"

there 2 such lines printed file size pretty huge have 2 lines. long number possibly represent? , how retrieve additional information. not have other information available


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -