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 | 彦?^ | 10010101010001100011111101011110 | 95463f5e |
EUC-JP | 彦飡^ | 110010011010011110001111111010001100100001011110 | c9a78fe8c85e |
UTF-8 | 彦飡^ | 11100101101111011010011011101001101000111010000101011110 | e5bda6e9a3a15e |
UHC | 彦飡^ | 1110010111101001111000011110001001011110 | e5e9e1e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)