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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 燒遡 | 11100000100101101001000101101011 | e096916b |
EUC-JP | 燒遡 | 11011111111101101100000111001100 | dff6c1cc |
UTF-8 | 燒遡 | 111001111000011110010010111010011000000110100001 | e78792e981a1 |
UHC | 燒遡 | 11100001110000001110000111001111 | e1c0e1cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)