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 | 蓼簗 | 11100100111110001110001011001010 | e4f8e2ca |
EUC-JP | 蓼簗 | 11101000111110101110010011001100 | e8fae4cc |
UTF-8 | 蓼簗 | 111010001001001110111100111001111011000010010111 | e893bce7b097 |
UHC | 蓼? | 110101101111111000111111 | d6fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)