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 | 獰?獰?^ | 11100000110101100011111111100000110101100011111101011110 | e0d63fe0d63f5e |
EUC-JP | 獰?獰?^ | 11100000110110000011111111100000110110000011111101011110 | e0d83fe0d83f5e |
UTF-8 | 獰얛獰얛^ | 11100111100011011011000011101100100101101001101111100111100011011011000011101100100101101001101101011110 | e78db0ec969be78db0ec969b5e |
UHC | 獰얛獰얛^ | 111001111011111010011110010001001110011110111110100111100100010001011110 | e7be9e44e7be9e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)