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 | 甕孃甕孃^ | 111000010101000010011011011011111110000101010000100110110110111101011110 | e1509b6fe1509b6f5e |
EUC-JP | 甕孃甕孃^ | 111000011011000111010101110100001110000110110001110101011101000001011110 | e1b1d5d0e1b1d5d05e |
UTF-8 | 甕孃甕孃^ | 11100111100101001001010111100101101011011000001111100111100101001001010111100101101011011000001101011110 | e79495e5ad83e79495e5ad835e |
UHC | 甕孃甕孃^ | 111010001011100011100101101111101110100010111000111001011011111001011110 | e8b8e5bee8b8e5be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)