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 | 舌殲^ | 1001000011100011100111110111001001011110 | 90e39f725e |
EUC-JP | 舌殲^ | 1100000011100101110111011101001101011110 | c0e5ddd35e |
UTF-8 | 舌殲^ | 11101000100010001000110011100110101011101011001001011110 | e8888ce6aeb25e |
UHC | 舌殲^ | 1110000011011111111000001110100001011110 | e0dfe0e85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)