01What is the primary purpose of Base64 encoding?
02How much size overhead does Base64 encoding add?
03What is UTF-8?
04How many bits are represented by one Hexadecimal digit?
05A byte with decimal value 255 is what in Hex?
06What is 'Little-Endian'?
07ASCII uses how many bits per character in its standard form?
08What is 'Percent-Encoding' (URL Encoding)?
09Base58 encoding (used in Bitcoin) removes which characters?
10What is 'Parity Bit' used for?