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 | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-WIN | 辷帷、ェW | 11100111100010001001101111100111101001001010101001010111 | e7889be7a4aa57 |
EUC-JP | 辷帷、ェW | 111011011110100011010110111010011000111010100100100011101010101001010111 | ede8d6e98ea48eaa57 |
UTF-8 | 辷帷、ェW | 11101000101111101011011111100101101110001011011111101111101111011010010011101111101111011010101001010111 | e8beb7e5b8b7efbda4efbdaa57 |
UHC | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)