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^ | 11100010101000110100010011100010101000110100010001011110 | e2a344e2a3445e |
EUC-JP | 筌D筌D^ | 11100100101001010100010011100100101001010100010001011110 | e4a544e4a5445e |
UTF-8 | 筌D筌D^ | 111001111010110110001100010001001110011110101101100011000100010001011110 | e7ad8c44e7ad8c445e |
UHC | 筌D筌D^ | 11101111101001110100010011101111101001110100010001011110 | efa744efa7445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)