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 | 坦短 | 10010010010100101001001001011010 | 9252925a |
EUC-JP | 坦短 | 11000011101100111100001110111011 | c3b3c3bb |
UTF-8 | 坦短 | 111001011001110110100110111001111001111110101101 | e59da6e79fad |
UHC | 坦短 | 11110111101001001101001110101101 | f7a4d3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)