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 | 11101001101011001001101011101000100010011011111001000010 | e9ac9ae889be42 |
| EUC-JP | 鬯夊伽B | 11110010101011101101010011101010101100101100000001000010 | f2aed4eab2c042 |
| UTF-8 | 鬯夊伽B | 11101001101011001010111111100101101001001000101011100100101111001011110101000010 | e9acafe5a48ae4bcbd42 |
| UHC | ??伽B | 0011111100111111110010101010000101000010 | 3f3fcaa142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)