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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 品?F | 10010101011010010011111101000110 | 95693f46 |
EUC-JP | 品?F | 11001001110010100011111101000110 | c9ca3f46 |
UTF-8 | 品렊F | 11100101100100111000000111101011101000001000101001000110 | e59381eba08a46 |
UHC | 品렊F | 1111100110100001100011101010000101000110 | f9a18ea146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)