file-encoding

There are 12 repositories under file-encoding topic.

  • CharsetDetector/UTF-unknown

    Character set detector - .NET standard & .NET

    Language:C#356118150
  • gignupg/Detect-File-Encoding-And-Language

    An NPM Package to detect the encoding and language of text files

    Language:JavaScript473106
  • myvas/Vsix_FileEncoding

    A Visual Studio Extension to display current file encoding or change it.

    Language:C#7002
  • zZan54/EXEConverter

    EXEConverter is a simple tool that allows you to convert any .exe file into various encoded formats (Base64, Hex, and Binary) and back.

    Language:Batchfile4101
  • wnow20/unify

    unify - 文件编码检测与批量转换

    Language:Go1100
  • elmahsieh/HuffmanCoding

    The provided Java code defines a HuffmanSubmit class that implements the Huffman coding algorithm for file compression and decompression. It includes methods for building the Huffman tree, encoding characters, writing the tree and encoded data to files, and decoding the compressed files.

    Language:Java0100
  • HypnoHypno/hoi

    A custom-made byte based image format made by me.

    Language:Rust0100
  • RL4444/image-optimizer-electron

    Electron.js desktop app for optimising images

    Language:JavaScript00
  • zhanglongx/fconv

    fconv is a tool for quick converting of file encoding and format.

    Language:Go0100
  • Eggplant203/data-encryption-and-decryption

    A lightweight utility that transforms files between human-readable and machine-readable formats with multiple encoding methods (Base32, Base64, Base85, Hex, Image). Features optional XOR encryption, randomized filenames, and an intuitive GUI for secure file transformations.

    Language:Python
  • Roomy6/C-Steganography

    A C-based tool for hiding and extracting data to and from images using steganography with optional hashing for data placement randomization.

    Language:C