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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鞴鞋 | 111010001110010011110000110001111110100011011100 | e8e4f0c7e8dc |
EUC-JP | 鞴?鞋 | 1111000011100110001111111111000011011110 | f0e63ff0de |
UTF-8 | 鞴鞋 | 111010011001111010110100111011101000001010000110111010011001111010001011 | e99eb4ee8286e99e8b |
UHC | ??鞋 | 00111111001111111111101110111001 | 3f3ffbb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)