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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 陋帷弗o | 11101000100110111001101111100111100101011010010001101111 | e89b9be795a46f |
EUC-JP | 陋帷弗o | 11101111111110111101011011101001110010101010011001101111 | effbd6e9caa66f |
UTF-8 | 陋帷弗o | 11101001100110011000101111100101101110001011011111100101101111001001011101101111 | e9998be5b8b7e5bc976f |
UHC | 陋?弗o | 110101111011000000111111110111011101011101101111 | d7b03fddd76f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)