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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 彫?碗?^ | 10010010101001000011111110011000011100010011111101011110 | 92a43f98713f5e |
EUC-JP | 彫?碗?^ | 11000100101001100011111111001111110100100011111101011110 | c4a63fcfd23f5e |
UTF-8 | 彫렎碗렯^ | 11100101101111011010101111101011101000001000111011100111101000101001011111101011101000001010111101011110 | e5bdabeba08ee7a297eba0af5e |
UHC | 彫렎碗렯^ | 111100001100000110001110101001001110100011001111100011101011110001011110 | f0c18ea4e8cf8ebc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)