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 | 痰畆 | 11100001100000101110000101011011 | e182e15b |
EUC-JP | 痰畆 | 11100001111000101110000110111100 | e1e2e1bc |
UTF-8 | 痰畆 | 111001111001011110110000111001111001010110000110 | e797b0e79586 |
UHC | 痰? | 110100111100001100111111 | d3c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)