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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 聢件Е莢 | 1110001111011100100011001000111110000100010001011110010010110000 | e3dc8c8f8445e4b0 |
EUC-JP | 聢件Е莢 | 1110011011011110101101111110111110100111101001101110100010110010 | e6deb7efa7a6e8b2 |
UTF-8 | 聢件Е莢 | 1110100010000001101000101110010010111011101101101101000010010101111010001000111010100010 | e881a2e4bbb6d095e88ea2 |
UHC | ?件Е莢 | 00111111110010111110110010101100101001101111101011111000 | 3fcbecaca6faf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)