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 | ???} | 00111111001111110011111101111101 | 3f3f3f7d |
| SJIS-WIN | 謝??} | 1000111011010011001111110011111101111101 | 8ed33f3f7d |
| EUC-JP | 謝??} | 1011110011010101001111110011111101111101 | bcd53f3f7d |
| UTF-8 | 謝롛롗} | 11101000101011001001110111101011101000011001101111101011101000011001011101111101 | e8ac9deba19beba1977d |
| UHC | 謝롛롗} | 11011110111100111000111011011111100011101101101101111101 | def38edf8edb7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)