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 | 謠??? | 1110011010001111001111110011111100111111 | e68f3f3f3f |
| EUC-JP | 謠??? | 1110101111101111001111110011111100111111 | ebef3f3f3f |
| UTF-8 | 謠곁뼯吳 | 111010001010110010100000111010101011001110000001111010111011110010101111111001011001000010110011 | e8aca0eab381ebbcafe590b3 |
| UHC | 謠곁뼯吳 | 1110100110101010101100001110011110010110101100101110011111101111 | e9aab0e796b2e7ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)