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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 躊渫躊渫B | 111001110101001110011111110101101110011101010011100111111101011001000010 | e7539fd6e7539fd642 |
| EUC-JP | 躊渫躊渫B | 111011011011010011011110110110001110110110110100110111101101100001000010 | edb4ded8edb4ded842 |
| UTF-8 | 躊渫躊渫B | 11101000101110101000101011100110101110001010101111101000101110101000101011100110101110001010101101000010 | e8ba8ae6b8abe8ba8ae6b8ab42 |
| UHC | 躊渫躊渫B | 111100011100110011100000110111101111000111001100111000001101111001000010 | f1cce0def1cce0de42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)