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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 堤捧?綜 | 10010010111001111001010111111001001111111001000110001110 | 92e795f93f918e |
| EUC-JP | 堤捧?綜 | 11000100111010011100101011111011001111111100000111101110 | c4e9cafb3fc1ee |
| UTF-8 | 堤捧섦綜 | 111001011010000010100100111001101000110110100111111011001000010010100110111001111011011010011100 | e5a0a4e68da7ec84a6e7b69c |
| UHC | 堤捧섦綜 | 1111000010100111110111001110100110111100101101001111000011111100 | f0a7dce9bcb4f0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)