BASENC(1) BASENC(1) basenc - / basenc []... [] basenc / "-" --base64 'base64' RFC4648 section 4 --base64url url base64RFC4648 section 5 --base32 'base32' RFC4648 section 6 --base32hex hex base32RFC4648 section 7 --base16 hexRFC4648 section 8 --base2msbf msb --base2lsbf lsb -d, --decode -i, --ignore-garbage -w, --wrap= (76)0 --z85 ascii85 ZeroMQ 32/Z85 4 5 --help --version --ignore-garbage $ printf '\376\117\202' | basenc --base64 /k+C $ printf '\376\117\202' | basenc --base64 /k+C $ printf '\376\117\202' | basenc --base32 7ZHYE=== $ printf '\376\117\202' | basenc --base32hex VP7O4=== $ printf '\376\117\202' | basenc --base16 FE4F82 $ printf '\376\117\202' | basenc --base2lsbf 011111111111001001000001 $ printf '\376\117\202' | basenc --base2msbf 111111100100111110000010 $ printf '\376\117\202\000' | basenc --z85 @.FaC Simon Josefsson Assaf Gordon GNU coreutils Copyright (C) 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. info '(coreutils) basenc invocation' man man https://github.com/man-pages-zh/manpages- zh GNU coreutils 9.1 20229 BASENC(1)