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 | 枳?莊?精 | 1001111001101011001111111110010010110101001111111001000010111000 | 9e6b3fe4b53f90b8 |
| EUC-JP | 枳?莊?精 | 1101101111001100001111111110100010110111001111111100000010111010 | dbcc3fe8b73fc0ba |
| UTF-8 | 枳렟莊렡精 | 111001101001111010110011111010111010000010011111111010001000111010001010111010111010000010100001111001111011001010111110 | e69eb3eba09fe88e8aeba0a1e7b2be |
| UHC | 枳렟莊렡精 | 11110010101011001000111010110000111011011111011010001110101100101110111111110001 | f2ac8eb0edf68eb2eff1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)