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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 姨?^ | 10011011010010000011111101011110 | 9b483f5e |
EUC-JP | 姨?^ | 11010101101010010011111101011110 | d5a93f5e |
UTF-8 | 姨렖^ | 11100101101001111010100011101011101000001001011001011110 | e5a7a8eba0965e |
UHC | 姨렖^ | 1110110010101001100011101010101101011110 | eca98eab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)