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 | ??H | 001111110011111101001000 | 3f3f48 |
| SJIS-WIN | 賊?H | 10010001101011110011111101001000 | 91af3f48 |
| EUC-JP | 賊?H | 11000010101100010011111101001000 | c2b13f48 |
| UTF-8 | 賊렠H | 11101000101100111000101011101011101000001010000001001000 | e8b38aeba0a048 |
| UHC | 賊렠H | 1110111011100100100011101011000101001000 | eee48eb148 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)