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^ | 11100110101001000100010011100110101001000100010001011110 | e6a444e6a4445e |
EUC-JP | 讀D讀D^ | 11101100101001100100010011101100101001100100010001011110 | eca644eca6445e |
UTF-8 | 讀D讀D^ | 111010001010111010000000010001001110100010101110100000000100010001011110 | e8ae8044e8ae80445e |
UHC | 讀D讀D^ | 11010100110000010100010011010100110000010100010001011110 | d4c144d4c1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)