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 | 鶯昤鶯昤^ | 111010011111001011111010110101001110100111110010111110101101010001011110 | e9f2fad4e9f2fad45e |
EUC-JP | 鶯昤鶯昤^ | 1111001011110100100011111100001010100101111100101111010010001111110000101010010101011110 | f2f48fc2a5f2f48fc2a55e |
UTF-8 | 鶯昤鶯昤^ | 11101001101101101010111111100110100110001010010011101001101101101010111111100110100110001010010001011110 | e9b6afe698a4e9b6afe698a45e |
UHC | 鶯?鶯?^ | 11100101101000110011111111100101101000110011111101011110 | e5a33fe5a33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)