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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 仙D仙D^ | 10010000111001010100010010010000111001010100010001011110 | 90e54490e5445e |
EUC-JP | 仙D仙D^ | 11000000111001110100010011000000111001110100010001011110 | c0e744c0e7445e |
UTF-8 | 仙D仙D^ | 111001001011101110011001010001001110010010111011100110010100010001011110 | e4bb9944e4bb99445e |
UHC | 仙D仙D^ | 11100000101110010100010011100000101110010100010001011110 | e0b944e0b9445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)