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 | 佃耕 | 10010010110011111000110101101011 | 92cf8d6b |
EUC-JP | 佃耕 | 11000100110100011011100111001100 | c4d1b9cc |
UTF-8 | 佃耕 | 111001001011110110000011111010001000000010010101 | e4bd83e88095 |
UHC | 佃耕 | 11101110111011001100110011101001 | eeeccce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)