Convert "4da903" to 0x4da903

Tell me how to convert the string to bits?
“4da903” to 0x4da903

julia> parse(UInt64, "4da903", base = 16)
0x00000000004da903
1 Like

Thanks you!