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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ?絅?弔?除 | 001111111110001101000100001111111001001010100010001111111000111110011100 | 3fe3443f92a23f8f9c |
| EUC-JP | 饔絅?弔?除 | 1000111111101000111011111110010110100101001111111100010010100100001111111011110111111100 | 8fe8efe5a53fc4a43fbdfc |
| UTF-8 | 饔絅볕弔렲除 | 111010011010010110010100111001111011010110000101111010111011001110010101111001011011110010010100111010111010000010110010111010011001100110100100 | e9a594e7b585ebb395e5bc94eba0b2e999a4 |
| UHC | 饔絅볕弔렲除 | 111010001011110111001100111001111011101010110101111100001100000010001110101111111111000010110110 | e8bdcce7bab5f0c08ebff0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)