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 | 鷹??^ | 1001000111101001001111110011111101011110 | 91e93f3f5e |
EUC-JP | 鷹??^ | 1100001011101011001111110011111101011110 | c2eb3f3f5e |
UTF-8 | 鷹잿툭^ | 11101001101101111011100111101100100111101011111111101101100010001010110101011110 | e9b7b9ec9ebfed88ad5e |
UHC | 鷹잿툭^ | 11101011111011011100000011101101110001011111011001011110 | ebedc0edc5f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)