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 | 贄淙 | 11100110110100011001111111001000 | e6d19fc8 |
EUC-JP | 贄淙 | 11101100110100111101111011001010 | ecd3deca |
UTF-8 | 贄淙 | 111010001011010010000100111001101011011110011001 | e8b484e6b799 |
UHC | 贄淙 | 11110010101111101111000011111000 | f2bef0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)