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 | 罍痰 | 11100011101000011110000110000010 | e3a1e182 |
EUC-JP | 罍痰 | 11100110101000111110000111100010 | e6a3e1e2 |
UTF-8 | 罍痰 | 111001111011110110001101111001111001011110110000 | e7bd8de797b0 |
UHC | ?痰 | 001111111101001111000011 | 3fd3c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)