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 | 蹂ъ | 11100110111110001000010010001100 | e6f8848c |
EUC-JP | 蹂ъ | 11101100111110101010011111101100 | ecfaa7ec |
UTF-8 | 蹂ъ | 1110100010111001100000101101000110001010 | e8b982d18a |
UHC | 蹂ъ | 11101011101100111010110011101100 | ebb3acec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)