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 | 跣殄 | 11100110111011111001111101101000 | e6ef9f68 |
EUC-JP | 跣殄 | 11101100111100011101110111001001 | ecf1ddc9 |
UTF-8 | 跣殄 | 111010001011011110100011111001101010111010000100 | e8b7a3e6ae84 |
UHC | 跣殄 | 11100000110100111111001011001111 | e0d3f2cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)