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 | 蔚堪?蓑裂 | 100010010101010110001010101011000011111110010110101010101001011111110100 | 89558aac3f96aa97f4 |
EUC-JP | 蔚堪?蓑裂 | 101100011011011010110100101011100011111111001100101011001100111011110110 | b1b6b4ae3fccaccef6 |
UTF-8 | 蔚堪렪蓑裂 | 111010001001010010011010111001011010000010101010111010111010000010101010111010001001001110010001111010001010001110000010 | e8949ae5a0aaeba0aae89391e8a382 |
UHC | 蔚堪렪蓑裂 | 11101010101001011100101011101101100011101011100011011110111011101101011010101110 | eaa5caed8eb8deeed6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)