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 | 붼è^ | 11101011101101101011110011101000100001001000011101011110 | ebb6bce884875e |
SJIS-WIN | ?¶????^ | 0011111110000001111101110011111100111111001111110011111101011110 | 3f81f73f3f3f3f5e |
EUC-JP | ë¶?è??^ | 100011111010101110110011101000101111100100111111100011111010101110110010001111110011111101011110 | 8fabb3a2f93f8fabb23f3f5e |
UTF-8 | 붼è^ | 11000011101010111100001010110110110000101011110011000011101010001100001010000100110000101000011101011110 | c3abc2b6c2bcc3a8c284c2875e |
UHC | ?¶¼???^ | 001111111010001011010010101010001111100100111111001111110011111101011110 | 3fa2d2a8f93f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)