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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 啼?臧?伊 | 1001101001100101001111111110010001101000001111111000100011001001 | 9a653fe4683f88c9 |
EUC-JP | 啼?臧?伊 | 1101001111000110001111111110011111001001001111111011000011001011 | d3c63fe7c93fb0cb |
UTF-8 | 啼렮臧렩伊 | 111001011001010110111100111010111010000010101110111010001000011110100111111010111010000010101001111001001011110010001010 | e595bceba0aee887a7eba0a9e4bc8a |
UHC | 啼렮臧렩伊 | 11110000101001101000111010111011111011011111010110001110101101111110110010100101 | f0a68ebbedf58eb7eca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)