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 | 肋? | 100110000101110100111111 | 985d3f |
EUC-JP | 肋? | 110011111011111000111111 | cfbe3f |
UTF-8 | 肋쉔 | 111010001000001010001011111011001000100110010100 | e8828bec8994 |
UHC | 肋쉔 | 11010111110011101011110110101000 | d7cebda8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)