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 | 蓆П | 11100100111011001000010001010000 | e4ec8450 |
EUC-JP | 蓆П | 11101000111011101010011110110001 | e8eea7b1 |
UTF-8 | 蓆П | 1110100010010011100001101101000010011111 | e89386d09f |
UHC | 蓆П | 11100000101101101010110010110001 | e0b6acb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)