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^ | 0011111101000100001111110100010001011110 | 3f443f445e |
EUC-JP | 搔D搔D^ | 100011111100000011001011010001001000111111000000110010110100010001011110 | 8fc0cb448fc0cb445e |
UTF-8 | 搔D搔D^ | 111001101001000010010100010001001110011010010000100101000100010001011110 | e6909444e69094445e |
UHC | 搔D搔D^ | 11100001101110000100010011100001101110000100010001011110 | e1b844e1b8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)