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 | 贓蹊贓蹊^ | 111001101101100111100110111111001110011011011001111001101111110001011110 | e6d9e6fce6d9e6fc5e |
EUC-JP | 贓蹊贓蹊^ | 111011001101101111101100111111101110110011011011111011001111111001011110 | ecdbecfeecdbecfe5e |
UTF-8 | 贓蹊贓蹊^ | 11101000101101001001001111101000101110011000101011101000101101001001001111101000101110011000101001011110 | e8b493e8b98ae8b493e8b98a5e |
UHC | 贓蹊贓蹊^ | 111011011111110011111011101101111110110111111100111110111011011101011110 | edfcfbb7edfcfbb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)