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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 祉???? | 100011101000001100111111001111110011111100111111 | 8e833f3f3f3f |
EUC-JP | 祉???ˇ | 1011101111100011001111110011111100111111100011111010001010110000 | bbe33f3f3f8fa2b0 |
UTF-8 | 祉렒綎흩ˇ | 1110011110100101100010011110101110100000100100101110011110110110100011101110110110011101101010011100101110000111 | e7a589eba092e7b68eed9da9cb87 |
UHC | 祉렒綎흩ˇ | 11110010101100111000111010100111111011111111001011001000111100001010001010100111 | f2b38ea7eff2c8f0a2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)