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^ | 11100001010100000100010011100001010100000100010001011110 | e15044e150445e |
EUC-JP | 甕D甕D^ | 11100001101100010100010011100001101100010100010001011110 | e1b144e1b1445e |
UTF-8 | 甕D甕D^ | 111001111001010010010101010001001110011110010100100101010100010001011110 | e7949544e79495445e |
UHC | 甕D甕D^ | 11101000101110000100010011101000101110000100010001011110 | e8b844e8b8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)