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 | 鴉瑤鴉瑤^ | 111010011110101111101010101000101110100111101011111010101010001001011110 | e9ebeaa2e9ebeaa25e |
EUC-JP | 鴉瑤鴉瑤^ | 111100101110110111110100101001001111001011101101111101001010010001011110 | f2edf4a4f2edf4a45e |
UTF-8 | 鴉瑤鴉瑤^ | 11101001101101001000100111100111100100011010010011101001101101001000100111100111100100011010010001011110 | e9b489e791a4e9b489e791a45e |
UHC | 鴉瑤鴉瑤^ | 111001001011110011101000111111011110010010111100111010001111110101011110 | e4bce8fde4bce8fd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)