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 | 揖秡 | 10010111010010111110001001100000 | 974be260 |
EUC-JP | 揖秡 | 11001101101011001110001111000001 | cdace3c1 |
UTF-8 | 揖秡 | 111001101000111110010110111001111010011110100001 | e68f96e7a7a1 |
UHC | 揖? | 111010111110011100111111 | ebe73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)