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 | 澹甞 | 11100000010101111110000101010010 | e057e152 |
EUC-JP | 澹甞 | 11011111101110001110000110110011 | dfb8e1b3 |
UTF-8 | 澹甞 | 111001101011111010111001111001111001010010011110 | e6beb9e7949e |
UHC | 澹? | 110100111100001000111111 | d3c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)