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 | 舌渧 | 10010000111000111111101101001000 | 90e3fb48 |
EUC-JP | 舌渧 | 1100000011100101100011111100011111101011 | c0e58fc7eb |
UTF-8 | 舌渧 | 111010001000100010001100111001101011100010100111 | e8888ce6b8a7 |
UHC | 舌? | 111000001101111100111111 | e0df3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)