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 | 袗雎 | 11100101110101011110100010110001 | e5d5e8b1 |
EUC-JP | 袗雎 | 11101010110101111111000010110011 | ead7f0b3 |
UTF-8 | 袗雎 | 111010001010001010010111111010011001101110001110 | e8a297e99b8e |
UHC | 袗雎 | 11110010110111111110111011010001 | f2dfeed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)