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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 繆?繆?^ | 11100011011110000011111111100011011110000011111101011110 | e3783fe3783f5e |
EUC-JP | 繆?繆?^ | 11100101110110010011111111100101110110010011111101011110 | e5d93fe5d93f5e |
UTF-8 | 繆욹繆욹^ | 11100111101110011000011011101100100110101011100111100111101110011000011011101100100110101011100101011110 | e7b986ec9ab9e7b986ec9ab95e |
UHC | 繆욹繆욹^ | 110110011111000010111111111100001101100111110000101111111111000001011110 | d9f0bff0d9f0bff05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)