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 | ??x??xB | 00111111001111110111100000111111001111110111100001000010 | 3f3f783f3f7842 |
| SJIS-WIN | 賊?x賊?xB | 100100011010111100111111011110001001000110101111001111110111100001000010 | 91af3f7891af3f7842 |
| EUC-JP | 賊?x賊?xB | 110000101011000100111111011110001100001010110001001111110111100001000010 | c2b13f78c2b13f7842 |
| UTF-8 | 賊렠x賊렠xB | 111010001011001110001010111010111010000010100000011110001110100010110011100010101110101110100000101000000111100001000010 | e8b38aeba0a078e8b38aeba0a07842 |
| UHC | 賊렠x賊렠xB | 1110111011100100100011101011000101111000111011101110010010001110101100010111100001000010 | eee48eb178eee48eb17842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)