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 | 煽嗽 | 10010000111110001001101001110101 | 90f89a75 |
EUC-JP | 煽嗽 | 11000000111110101101001111010110 | c0fad3d6 |
UTF-8 | 煽嗽 | 111001111000010110111101111001011001011110111101 | e785bde597bd |
UHC | 煽嗽 | 11100000110000111110000111110101 | e0c3e1f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)