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 | ?鞋 | 001111111110100011011100 | 3fe8dc |
EUC-JP | ?鞋 | 001111111111000011011110 | 3ff0de |
UTF-8 | 뤓鞋 | 111010111010010010010011111010011001111010001011 | eba493e99e8b |
UHC | 뤓鞋 | 10001111110000111111101110111001 | 8fc3fbb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)