• Mathematics
    VectorsMatricesVector SpaceAlgebraCalculusLogicAnalytic GeometryStatistics & ProbabilityGeometrySpecial Functions
    Physics
    MechanicsUnits & Constants
    Electronics
    Circuits
    Computer Science
    EncodingComputerLanguages
    Machine Learning
    ClusteringOptimizationRegressionKernels
    AI
    Neural Network
    Finance
    OptionsFixed IncomeMarket Analysis
    Help
    Contact usIndexSearchVersion history
    Practice Quiz
    LoginUser
  • Computer Science
    Encoding: Character Encoding
    • Encoding
      • ASCII Table
      • Integer Encoding
      • Decimal Number
        Encoding
      • Character Encoding
      • QR Code
      • Unicodes
      • Cryptography
    • Computer
      • Languages
        Character Encoding
        Note:
        • These are character sequences encodings and not file character incoding so Unicode byte order mark (BOM, U+FEFF) is not taken into the consideration.
        • Characters that are not valid ASCII characters will have their hexadecimal represenattion as ??.
        • Bytes in hexadecimal representation for character encodings have to be entered in space separated format.
        • Unicode code points (characters) are denoted by prefix U+. Individual code points have to be space separated.
        Character sequence
        Unicode, hexadecimal
        ASCII
        ASCII, even parity
        ASCII, odd parity
        UTF-8
        UTF-16, big endian
        UTF-16, little endian
        UTF-32, big endian
        UTF-32, little endian