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 | 矮??鵝? | 11100001111000100011111100111111111010100100000000111111 | e1e23f3fea403f |
EUC-JP | 矮??鵝? | 11100010111001000011111100111111111100111010000100111111 | e2e43f3ff3a13f |
UTF-8 | 矮ㅹ넀鵝뢌 | 111001111001111110101110111000111000010110111001111010111000010010000000111010011011010110011101111010111010001010001100 | e79faee385b9eb8480e9b59deba28c |
UHC | 矮ㅹ넀鵝뢌 | 11101000111000011010010011101001100001101001000011100100101111011000111101001000 | e8e1a4e98690e4bd8f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)