• PM_ME_VINTAGE_30S@lemmy.sdf.org
        link
        fedilink
        English
        arrow-up
        11
        ·
        2 years ago

        In the ASCII character encoding, the hexadecimal number 61 is the letter ‘a’. (Yes, it is lowercase.) 0x is just a notation that indicates a number is in hexadecimal, as opposed to decimal or binary.

        Therefore, 0x6161616161616161 translates to the string “aaaaaaaa” (without the quotes or a null terminator).