Home
/
Python 3.11
/
Base64
/
b16encode
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Base64
b16encode
Python 3.11
Encode the bytes-like object s using Base16 and return the encoded bytes.
Syntax
PYTHON
Copy
base64.b16encode(s)
See Also
bytes-like object
bytes