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 | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 紂上‐B | 11100011010000001000111111100011100000010101110101000010 | e3408fe3815d42 |
| EUC-JP | 紂上‐B | 11100101101000011011111011100101101000011011111001000010 | e5a1bee5a1be42 |
| UTF-8 | 紂上‐B | 11100111101101001000001011100100101110001000101011100010100000001001000001000010 | e7b482e4b88ae2809042 |
| UHC | 紂上?B | 111100011100010011011111101111100011111101000010 | f1c4dfbe3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)