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 | ?紗??造 | 00111111100011101101000100111111001111111001000110100010 | 3f8ed13f3f91a2 |
EUC-JP | 塼紗??造 | 100011111011100010111001101111001101001100111111001111111100001010100100 | 8fb8b9bcd33f3fc2a4 |
UTF-8 | 塼紗렍렞造 | 111001011010000110111100111001111011010010010111111010111010000010001101111010111010000010011110111010011000000010100000 | e5a1bce7b497eba08deba09ee980a0 |
UHC | 塼紗렍렞造 | 11101110111101001101111011101001100011101010001110001110101011111111000011100011 | eef4dee98ea38eaff0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)