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 | 獰쥵獰쥵^ | 11100111100011011011000011101100101001011011010111100111100011011011000011101100101001011011010101011110 | e78db0eca5b5e78db0eca5b55e |
UHC | 獰쥵獰쥵^ | 111001111011111010100011010001001110011110111110101000110100010001011110 | e7bea344e7bea3445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)