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^ | 11100100111110100100010011100100111110100100010001011110 | e4fa44e4fa445e |
EUC-JP | 蕣D蕣D^ | 11101000111111000100010011101000111111000100010001011110 | e8fc44e8fc445e |
UTF-8 | 蕣D蕣D^ | 111010001001010110100011010001001110100010010101101000110100010001011110 | e895a344e895a3445e |
UHC | 蕣D蕣D^ | 11100010111100100100010011100010111100100100010001011110 | e2f244e2f2445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)