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 | 俗鞋 | 10010001101011011110100011011100 | 91ade8dc |
EUC-JP | 俗鞋 | 11000010101011111111000011011110 | c2aff0de |
UTF-8 | 俗鞋 | 111001001011111110010111111010011001111010001011 | e4bf97e99e8b |
UHC | 俗鞋 | 11100001110101001111101110111001 | e1d4fbb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)