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 | 池肯 | 10010010011100101000110101101101 | 92728d6d |
EUC-JP | 池肯 | 11000011110100111011100111001110 | c3d3b9ce |
UTF-8 | 池肯 | 111001101011000110100000111010001000001010101111 | e6b1a0e882af |
UHC | 池肯 | 11110010101011101101000011101001 | f2aed0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)