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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 夭??^ | 1001101011101110001111110011111101011110 | 9aee3f3f5e |
EUC-JP | 夭??^ | 1101010011110000001111110011111101011110 | d4f03f3f5e |
UTF-8 | 夭뽭럷^ | 11100101101001001010110111101011101111011010110111101011100111111011011101011110 | e5a4adebbdadeb9fb75e |
UHC | 夭뽭럷^ | 11101000111011001001011011101001100011101001011001011110 | e8ec96e98e965e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)