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 | 瓠疔 | 11100001010000001110000101101010 | e140e16a |
EUC-JP | 瓠疔 | 11100001101000011110000111001011 | e1a1e1cb |
UTF-8 | 瓠疔 | 111001111001001110100000111001111001011010010100 | e793a0e79694 |
UHC | 瓠? | 111110111101001000111111 | fbd23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)