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 | ?^ | 0011111101011110 | 3f5e |
SJIS-WIN | 溯^ | 100111111110100001011110 | 9fe85e |
EUC-JP | 溯^ | 110111101110101001011110 | deea5e |
UTF-8 | 溯^ | 11100110101110101010111101011110 | e6baaf5e |
UHC | 溯^ | 111000011011110101011110 | e1bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)