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 | 召蕙 | 10001111101000101111101110011011 | 8fa2fb9b |
EUC-JP | 召蕙 | 1011111010100100100011111101100111001000 | bea48fd9c8 |
UTF-8 | 召蕙 | 111001011000111110101100111010001001010110011001 | e58face89599 |
UHC | 召蕙 | 11100001101011111111101110110110 | e1affbb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)