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 | 蹂э | 11100110111110001000010010001111 | e6f8848f |
EUC-JP | 蹂э | 11101100111110101010011111101111 | ecfaa7ef |
UTF-8 | 蹂э | 1110100010111001100000101101000110001101 | e8b982d18d |
UHC | 蹂э | 11101011101100111010110011101111 | ebb3acef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)