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 | 中豆 | 10010010100001101001001110100100 | 928693a4 |
EUC-JP | 中豆 | 11000011111001101100011010100110 | c3e6c6a6 |
UTF-8 | 中豆 | 111001001011100010101101111010001011000110000110 | e4b8ade8b186 |
UHC | 中豆 | 11110001111010011101010011100111 | f1e9d4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)