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 | 矇臧 | 11100001110111001110010001101000 | e1dce468 |
EUC-JP | 矇臧 | 11100010110111101110011111001001 | e2dee7c9 |
UTF-8 | 矇臧 | 111001111001111110000111111010001000011110100111 | e79f87e887a7 |
UHC | ?臧 | 001111111110110111110101 | 3fedf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)