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 | 佃肯 | 10010010110011111000110101101101 | 92cf8d6d |
EUC-JP | 佃肯 | 11000100110100011011100111001110 | c4d1b9ce |
UTF-8 | 佃肯 | 111001001011110110000011111010001000001010101111 | e4bd83e882af |
UHC | 佃肯 | 11101110111011001101000011101001 | eeecd0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)