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