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 | 夢? | 100101101011001000111111 | 96b23f |
EUC-JP | 夢? | 110011001011010000111111 | ccb43f |
UTF-8 | 夢旣 | 111001011010010010100010111001101001011110100011 | e5a4a2e697a3 |
UHC | 夢旣 | 11011001110100111101000011111110 | d9d3d0fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)