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^ | 11100001111100000100010011100001111100000100010001011110 | e1f044e1f0445e |
EUC-JP | 碣D碣D^ | 11100010111100100100010011100010111100100100010001011110 | e2f244e2f2445e |
UTF-8 | 碣D碣D^ | 111001111010001010100011010001001110011110100010101000110100010001011110 | e7a2a344e7a2a3445e |
UHC | 碣D碣D^ | 11001010111001010100010011001010111001010100010001011110 | cae544cae5445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)