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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 耀??^ | 1001011101110011001111110011111101011110 | 97733f3f5e |
EUC-JP | 耀??^ | 1100110111010100001111110011111101011110 | cdd43f3f5e |
UTF-8 | 耀뚦옫^ | 11101000100000001000000011101011100110101010011011101100100110001010101101011110 | e88080eb9aa6ec98ab5e |
UHC | 耀뚦옫^ | 11101001101001011000110011100101100111101010101001011110 | e9a58ce59eaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)