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 | 昔善 | 10010000110011001001000101010000 | 90cc9150 |
EUC-JP | 昔善 | 11000000110011101100000110110001 | c0cec1b1 |
UTF-8 | 昔善 | 111001101001100010010100111001011001011010000100 | e69894e59684 |
UHC | 昔善 | 11100000101011101110000010111100 | e0aee0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)