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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 銕オ隰晄イ | 1110011111101100101101011110100010101100100111011110011010110010 | e7ecb5e8ac9de6b2 |
| EUC-JP | 銕オ隰晄イ | 11101110111011101000111010110101111100001010111011011010111010001000111010110010 | eeee8eb5f0aedae88eb2 |
| UTF-8 | 銕オ隰晄イ | 111010011000101010010101111011111011110110110101111010011001101010110000111001101001100110000100111011111011110110110010 | e98a95efbdb5e99ab0e69984efbdb2 |
| UHC | ???晄? | 001111110011111100111111111111001100110100111111 | 3f3f3ffccd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)