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^ | 10010010110000000100010010010010110000000100010001011110 | 92c04492c0445e |
EUC-JP | 賃D賃D^ | 11000100110000100100010011000100110000100100010001011110 | c4c244c4c2445e |
UTF-8 | 賃D賃D^ | 111010001011001110000011010001001110100010110011100000110100010001011110 | e8b38344e8b383445e |
UHC | 賃D賃D^ | 11101100111111000100010011101100111111000100010001011110 | ecfc44ecfc445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)