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 | 顫捺 | 11101000111110101001001111100110 | e8fa93e6 |
EUC-JP | 顫捺 | 11110000111111001100011011101000 | f0fcc6e8 |
UTF-8 | 顫捺 | 111010011010000110101011111001101000110110111010 | e9a1abe68dba |
UHC | 顫捺 | 11101111101101011101000111110100 | efb5d1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)