To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 跏織跏織^ | 111001101110011010010000010001001110011011100110100100000100010001011110 | e6e69044e6e690445e |
EUC-JP | 跏織跏織^ | 111011001110100010111111101001011110110011101000101111111010010101011110 | ece8bfa5ece8bfa55e |
UTF-8 | 跏織跏織^ | 11101000101101111000111111100111101110011001010011101000101101111000111111100111101110011001010001011110 | e8b78fe7b994e8b78fe7b9945e |
UHC | 跏織跏織^ | 110010101011101011110010110001001100101010111010111100101100010001011110 | cabaf2c4cabaf2c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)