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 | 紜詞‐豎 | 1110001101000001100011101000110010000001010111011110011010110001 | e3418e8c815de6b1 |
| EUC-JP | 紜詞‐豎 | 1110010110100010101110111110110010100001101111101110110010110011 | e5a2bbeca1beecb3 |
| UTF-8 | 紜詞‐豎 | 111001111011010010011100111010001010100110011110111000101000000010010000111010001011000110001110 | e7b49ce8a99ee28090e8b18e |
| UHC | ?詞?? | 0011111111011110111100100011111100111111 | 3fdef23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)