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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?視Ι | 0011111110001110100010111000001110100111 | 3f8e8b83a7 |
EUC-JP | 晛視Ι | 10001111110000101011101110111011111010111010011010101001 | 8fc2bbbbeba6a9 |
UTF-8 | 晛視Ι | 1110011010011001100110111110100010100110100101101100111010011001 | e6999be8a696ce99 |
UHC | 晛視Ι | 111110101101100111100011110010101010010111001001 | fad9e3caa5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)