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 | 殕嫐 | 10011111011011001001101101101011 | 9f6c9b6b |
EUC-JP | 殕嫐 | 11011101110011011101010111001100 | ddcdd5cc |
UTF-8 | 殕嫐 | 111001101010111010010101111001011010101110010000 | e6ae95e5ab90 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)