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 | ???綵 | 0011111100111111001111111110001101011100 | 3f3f3fe35c |
| EUC-JP | ???綵 | 0011111100111111001111111110010110111101 | 3f3f3fe5bd |
| UTF-8 | 츌횻爐綵 | 111011001011100010001100111011011001101010111011111011111010010010110010111001111011011010110101 | ecb88ced9abbefa4b2e7b6b5 |
| UHC | 츌횻爐綵 | 1100001111110100110010001100001111010010110001001111001111110111 | c3f4c8c3d2c4f3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)