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 | 爐 | 11111001110011101110000010100010 | f9cee0a2 |
EUC-JP | ?爐 | 001111111110000010100100 | 3fe0a4 |
UTF-8 | 爐 | 111011101001110010101001111001111000100010010000 | ee9ca9e78890 |
UHC | ?爐 | 001111111101011011010011 | 3fd6d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)