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 | ??????O | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
| SJIS-WIN | 霓晤」滔クュO | 11101000101111011001110111101011101000111001111111101011101110001010110101001111 | e8bd9deba39febb8ad4f |
| EUC-JP | 霓晤」滔クュO | 11110000101111111101101011101101100011101010001111011110111011011000111010111000100011101010110101001111 | f0bfdaed8ea3deed8eb88ead4f |
| UTF-8 | 霓晤」滔クュO | 11101001100111001001001111100110100110011010010011101111101111011010001111100110101110111001010011101111101111011011100011101111101111011010110101001111 | e99c93e699a4efbda3e6bb94efbdb8efbdad4f |
| UHC | 霓晤?滔??O | 11100111111001111110011111111011001111111101010010100101001111110011111101001111 | e7e7e7fb3fd4a53f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)