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^ | 11100101101011110100010011100101101011110100010001011110 | e5af44e5af445e |
EUC-JP | 蟇D蟇D^ | 11101010101100010100010011101010101100010100010001011110 | eab144eab1445e |
UTF-8 | 蟇D蟇D^ | 111010001001111110000111010001001110100010011111100001110100010001011110 | e89f8744e89f87445e |
UHC | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)