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^ | 11100001101011000100010011100001101011000100010001011110 | e1ac44e1ac445e |
EUC-JP | 皰D皰D^ | 11100010101011100100010011100010101011100100010001011110 | e2ae44e2ae445e |
UTF-8 | 皰D皰D^ | 111001111001101010110000010001001110011110011010101100000100010001011110 | e79ab044e79ab0445e |
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)