BASENC(1) basenc -- / basenc []... [] . -, . , , . --base64 <> ( 4 RFC4648) --base64url base64, ( 5 RFC4648) --base32 <> ( 6 RFC4648) --base32hex base32 ( 7 RFC4648) --base16 ( 8 RFC4648) --base2msbf (MSB) --base2lsbf (LSB) -d, --decode -i, --ignore-garbage -w, --wrap= ( 76). 0 --z85 ascii85- (ZeroMQ spec:32/Z85); 4, 5 --help --version , , . --ignore-garbage, . $ printf '\376\117\202' | basenc --base64 /k+C $ printf '\376\117\202' | basenc --base64url _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) 2024 Free Software Foundation, Inc. GPLv3+: GNU GPL 3 . : . , . , info '(coreutils) basenc invocation' ; GNU (GNU General Public License - GPL, 3 ) , - . - , , <>. GNU coreutils 9.5 2024 . BASENC(1)