Hex Encode and Decode September 4, 2020 Code Snippets 0 Comments 1174 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
Base64 Encode and Decode Base64 is an encoding and decoding scheme that is used to convert binary data to...
Get File Size in Bytes Working with file system we may need to get the file size in bytes. Programming...
Check if String Starts with Substring While working with data filtering, sometimes we may need to check if a string starts...
Leave a Comment
Cancel reply