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 | ?絅?弔 | 001111111110001101000100001111111001001010100010 | 3fe3443f92a2 |
| EUC-JP | 饔絅?弔 | 1000111111101000111011111110010110100101001111111100010010100100 | 8fe8efe5a53fc4a4 |
| UTF-8 | 饔絅볕弔 | 111010011010010110010100111001111011010110000101111010111011001110010101111001011011110010010100 | e9a594e7b585ebb395e5bc94 |
| UHC | 饔絅볕弔 | 1110100010111101110011001110011110111010101101011111000011000000 | e8bdcce7bab5f0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)