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 | 筏? | 100101001011001100111111 | 94b33f |
EUC-JP | 筏? | 110010001011010100111111 | c8b53f |
UTF-8 | 筏̮ | 1110011110101101100011111100110010101110 | e7ad8fccae |
UHC | 筏? | 110110111110101000111111 | dbea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)