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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 壯儡??彦? | 100110101110000110011001010100110011111100111111100101010100011000111111 | 9ae199533f3f95463f |
EUC-JP | 壯儡??彦? | 110101001110001111010001101101000011111100111111110010011010011100111111 | d4e3d1b43f3fc9a73f |
UTF-8 | 壯儡렧렭彦렕 | 111001011010001110101111111001011000010010100001111010111010000010100111111010111010000010101101111001011011110110100110111010111010000010010101 | e5a3afe584a1eba0a7eba0ade5bda6eba095 |
UHC | 壯儡렧렭彦렕 | 111011011110000011010110111011011000111010110110100011101011101011100101111010011000111010101010 | ede0d6ed8eb68ebae5e98eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)