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 | 蓉壅 | 10010111011101011001101011010111 | 97759ad7 |
EUC-JP | 蓉壅 | 11001101110101101101010011011001 | cdd6d4d9 |
UTF-8 | 蓉壅 | 111010001001001110001001111001011010001110000101 | e89389e5a385 |
UHC | 蓉壅 | 11101001110010001110100010110101 | e9c8e8b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)