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 | 莊???凝 | 11100100101101010011111100111111001111111000101111000011 | e4b53f3f3f8bc3 |
EUC-JP | 莊???凝 | 11101000101101110011111100111111001111111011011011000101 | e8b73f3f3fb6c5 |
UTF-8 | 莊흖렭렩凝 | 111010001000111010001010111011011001110110010110111010111010000010101101111010111010000010101001111001011000011110011101 | e88e8aed9d96eba0adeba0a9e5879d |
UHC | 莊흖렭렩凝 | 11101101111101101100100011101000100011101011101010001110101101111110101111101010 | edf6c8e88eba8eb7ebea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)