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 | 琮溟 | 11111011011010101001111111110000 | fb6a9ff0 |
EUC-JP | 琮溟 | 1000111111001100101100101101111011110010 | 8fccb2def2 |
UTF-8 | 琮溟 | 111001111001000010101110111001101011101010011111 | e790aee6ba9f |
UHC | 琮溟 | 11110000111110011101100110101000 | f0f9d9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)