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 | 癲??飮? | 11100001100111110011111100111111100111110101101000111111 | e19f3f3f9f5a3f |
| EUC-JP | 癲??飮? | 11100010101000010011111100111111110111011011101100111111 | e2a13f3fddbb3f |
| UTF-8 | 癲덈벝飮퀮 | 111001111001100110110010111010111000110110001000111010111011001010011101111010011010001110101110111011011000000010101110 | e799b2eb8d88ebb29de9a3aeed80ae |
| UHC | 癲덈벝飮퀮 | 11101111101001101000100011101011100100111011100011101011111001101011010001000001 | efa688eb93b8ebe6b441 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)