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 | 蔚??紗? | 10001001010101010011111100111111100011101101000100111111 | 89553f3f8ed13f |
| EUC-JP | 蔚??紗? | 10110001101101100011111100111111101111001101001100111111 | b1b63f3fbcd33f |
| UTF-8 | 蔚펨렰紗렰 | 111010001001010010011010111011011000111010101000111010111010000010110000111001111011010010010111111010111010000010110000 | e8949aed8ea8eba0b0e7b497eba0b0 |
| UHC | 蔚펨렰紗렰 | 11101010101001011100011011101000100011101011110111011110111010011000111010111101 | eaa5c6e88ebddee98ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)