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 | 琮攀 | 11111011011010101001110110110011 | fb6a9db3 |
EUC-JP | 琮攀 | 1000111111001100101100101101101010110101 | 8fccb2dab5 |
UTF-8 | 琮攀 | 111001111001000010101110111001101001010010000000 | e790aee69480 |
UHC | 琮攀 | 11110000111110011101101011100111 | f0f9dae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)