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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ワ疚}ワ疚{^ | 110111001110000101101011011111011101110011100001011010110111101101011110 | dce16b7ddce16b7b5e |
EUC-JP | ワ疚}ワ疚{^ | 1000111011011100111000011100110001111101100011101101110011100001110011000111101101011110 | 8edce1cc7d8edce1cc7b5e |
UTF-8 | ワ疚}ワ疚{^ | 111011111011111010011100111001111001011010011010011111011110111110111110100111001110011110010110100110100111101101011110 | efbe9ce7969a7defbe9ce7969a7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)