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 | 蜃拿 | 11100101100001111001110101011100 | e5879d5c |
EUC-JP | 蜃拿 | 11101001111001111101100110111101 | e9e7d9bd |
UTF-8 | 蜃拿 | 111010001001110010000011111001101000101110111111 | e89c83e68bbf |
UHC | 蜃拿 | 11100011111100011101000111011010 | e3f1d1da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)