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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蠑冗屓^ | 11100101101111001000111111100111100110111001111001011110 | e5bc8fe79b9e5e |
EUC-JP | 蠑冗屓^ | 11101010101111101011111011101001110101011111111001011110 | eabebee9d5fe5e |
UTF-8 | 蠑冗屓^ | 11101000101000001001000111100101100001101001011111100101101100011001001101011110 | e8a091e58697e5b1935e |
UHC | ?冗?^ | 0011111111101001101101110011111101011110 | 3fe9b73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)