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 | 琮甕 | 11111011011010101110000101010000 | fb6ae150 |
EUC-JP | 琮甕 | 1000111111001100101100101110000110110001 | 8fccb2e1b1 |
UTF-8 | 琮甕 | 111001111001000010101110111001111001010010010101 | e790aee79495 |
UHC | 琮甕 | 11110000111110011110100010111000 | f0f9e8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)