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 | 逍旬 | 11100111100101101000111101111011 | e7968f7b |
EUC-JP | 逍旬 | 11101101111101101011110111011100 | edf6bddc |
UTF-8 | 逍旬 | 111010011000000010001101111001101001011110101100 | e9808de697ac |
UHC | 逍旬 | 11100001110011101110001011100010 | e1cee2e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)