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 | 茯鞋 | 11100100101010001110100011011100 | e4a8e8dc |
EUC-JP | 茯鞋 | 11101000101010101111000011011110 | e8aaf0de |
UTF-8 | 茯鞋 | 111010001000110010101111111010011001111010001011 | e88cafe99e8b |
UHC | 茯鞋 | 11011100110110101111101110111001 | dcdafbb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)