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 | 燒壽 | 11100000100101101001101011100110 | e0969ae6 |
EUC-JP | 燒壽 | 11011111111101101101010011101000 | dff6d4e8 |
UTF-8 | 燒壽 | 111001111000011110010010111001011010001110111101 | e78792e5a3bd |
UHC | 燒壽 | 11100001110000001110000111111000 | e1c0e1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)