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 | 謠??俑? | 11100110100011110011111100111111100110001101101000111111 | e68f3f3f98da3f |
| EUC-JP | 謠??俑? | 11101011111011110011111100111111110100001101110000111111 | ebef3f3fd0dc3f |
| UTF-8 | 謠곁쭣俑잹 | 111010001010110010100000111010101011001110000001111011001010110110100011111001001011111110010001111011001001111010111001 | e8aca0eab381ecada3e4bf91ec9eb9 |
| UHC | 謠곁쭣俑잹 | 11101001101010101011000011100111101001111001100011101001101101011010000001000010 | e9aab0e7a798e9b5a042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)