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 | 狼賁 | 10011000010101001110011011001010 | 9854e6ca |
EUC-JP | 狼賁 | 11001111101101011110110011001100 | cfb5eccc |
UTF-8 | 狼賁 | 111001111000101110111100111010001011001110000001 | e78bbce8b381 |
UHC | 狼賁 | 11010101110010011101110111010011 | d5c9ddd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)