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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 霈帝カ画ョイB | 11101000101111001001001011101001101101101000100111100110101011101011001001000010 | e8bc92e9b689e6aeb242 |
| EUC-JP | 霈帝カ画ョイB | 11110000101111101100010011101011100011101011011010110010111010001000111010101110100011101011001001000010 | f0bec4eb8eb6b2e88eae8eb242 |
| UTF-8 | 霈帝カ画ョイB | 11101001100111001000100011100101101110001001110111101111101111011011011011100111100101001011101111101111101111011010111011101111101111011011001001000010 | e99c88e5b89defbdb6e794bbefbdaeefbdb242 |
| UHC | ?帝????B | 0011111111110000101010000011111100111111001111110011111101000010 | 3ff0a83f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)