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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 邂晉 | 11100111101011101001110111100111 | e7ae9de7 |
EUC-JP | 邂晉 | 11101110101100001101101011101001 | eeb0dae9 |
UTF-8 | 邂晉 | 111010011000001010000010111001101001100110001001 | e98282e69989 |
UHC | 邂晉 | 11111010101100111111001011001011 | fab3f2cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)