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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
| SJIS-WIN | 郤件州A | 11100111101110101000110010001111100011110100001001000001 | e7ba8c8f8f4241 |
| EUC-JP | 郤件州A | 11101110101111001011011111101111101111011010001101000001 | eebcb7efbda341 |
| UTF-8 | 郤件州A | 11101001100000111010010011100100101110111011011011100101101101111001111001000001 | e983a4e4bbb6e5b79e41 |
| UHC | ?件州A | 001111111100101111101100111100011011011001000001 | 3fcbecf1b641 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)