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 | 揖゚ | 100101110100101111011111 | 974bdf |
EUC-JP | 揖゚ | 11001101101011001000111011011111 | cdac8edf |
UTF-8 | 揖゚ | 111001101000111110010110111011111011111010011111 | e68f96efbe9f |
UHC | 揖? | 111010111110011100111111 | ebe73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)