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 | 疚攅}疚攅{^ | 1110000101101011100111011011011101111101111000010110101110011101101101110111101101011110 | e16b9db77de16b9db77b5e |
EUC-JP | 疚攅}疚攅{^ | 1110000111001100110110101011100101111101111000011100110011011010101110010111101101011110 | e1ccdab97de1ccdab97b5e |
UTF-8 | 疚攅}疚攅{^ | 111001111001011010011010111001101001010010000101011111011110011110010110100110101110011010010100100001010111101101011110 | e7969ae694857de7969ae694857b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)