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 | 膳席 | 10010001010101101001000011001000 | 915690c8 |
EUC-JP | 膳席 | 11000001101101111100000011001010 | c1b7c0ca |
UTF-8 | 膳席 | 111010001000011010110011111001011011100010101101 | e886b3e5b8ad |
UHC | 膳席 | 11100000110011101110000010101100 | e0cee0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)