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 | 鶯ы | 11101001111100101000010010001101 | e9f2848d |
EUC-JP | 鶯ы | 11110010111101001010011111101101 | f2f4a7ed |
UTF-8 | 鶯ы | 1110100110110110101011111101000110001011 | e9b6afd18b |
UHC | 鶯ы | 11100101101000111010110011101101 | e5a3aced |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)