Hex Encode and Decode September 4, 2020 Code Snippets 0 Comments 1163 Views Hex encoding is used to convert binary data into hexadecimal representation. It allows to get human-readable format of binary data. Hex decoding is opposite process. It is used to convert hexadecimal string into binary data. No.Programming language1.PHP2.Python
Write Data to CSV File CSV (Comma Separated Values) file is a plain text file that contains data fields separated...
Base32 Encode and Decode Base32 is an encoding and decoding scheme that is used to convert binary data to...
Check if String Contains Substring While working with data filtering, sometimes we may need to check if a string contains...
Leave a Comment
Cancel reply