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 | ?明?明^ | 00111111100101101011111000111111100101101011111001011110 | 3f96be3f96be5e |
EUC-JP | 焌明焌明^ | 1000111111001001111010001100110011000000100011111100100111101000110011001100000001011110 | 8fc9e8ccc08fc9e8ccc05e |
UTF-8 | 焌明焌明^ | 11100111100001001000110011100110100110001000111011100111100001001000110011100110100110001000111001011110 | e7848ce6988ee7848ce6988e5e |
UHC | 焌明焌明^ | 111100011110000011011001101001011111000111100000110110011010010101011110 | f1e0d9a5f1e0d9a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)