1 '\" Copyright (C) 2018-2023 Free Software Foundation, Inc.
3 '\" This is free software. You may redistribute copies of it under the terms
4 '\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.
5 '\" There is NO WARRANTY, to the extent permitted by law.
7 basenc \- Encode/decode data and print to standard output
9 .\" Add any additional description here
14 $ printf '\\376\\117\\202' | basenc \-\-base64
17 $ printf '\\376\\117\\202' | basenc \-\-base64url
20 $ printf '\\376\\117\\202' | basenc \-\-base32
23 $ printf '\\376\\117\\202' | basenc \-\-base32hex
26 $ printf '\\376\\117\\202' | basenc \-\-base16
29 $ printf '\\376\\117\\202' | basenc \-\-base2lsbf
30 011111111111001001000001
32 $ printf '\\376\\117\\202' | basenc \-\-base2msbf
33 111111100100111110000010
35 $ printf '\\376\\117\\202\\000' | basenc \-\-z85