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 | hDhD^ | 10010001011010000100010010010001011010000100010001011110 | 9168449168445e |
SJIS-WIN | ?hD?hD^ | 00111111011010000100010000111111011010000100010001011110 | 3f68443f68445e |
EUC-JP | ?hD?hD^ | 00111111011010000100010000111111011010000100010001011110 | 3f68443f68445e |
UTF-8 | hDhD^ | 110000101001000101101000010001001100001010010001011010000100010001011110 | c2916844c29168445e |
UHC | ?hD?hD^ | 00111111011010000100010000111111011010000100010001011110 | 3f68443f68445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)