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 | ç¶ë noBF | 11100111101101101001110011101011101000001000111001101110011011110100001001000110 | e7b69ceba08e6e6f4246 |
SJIS-WIN | ?¶????noBF | 0011111110000001111101110011111100111111001111110011111101101110011011110100001001000110 | 3f81f73f3f3f3f6e6f4246 |
EUC-JP | ç¶?ë??noBF | 100011111010101110101110101000101111100100111111100011111010101110110011001111110011111101101110011011110100001001000110 | 8fabaea2f93f8fabb33f3f6e6f4246 |
UTF-8 | ç¶ë noBF | 11000011101001111100001010110110110000101001110011000011101010111100001010100000110000101000111001101110011011110100001001000110 | c3a7c2b6c29cc3abc2a0c28e6e6f4246 |
UHC | ?¶????noBF | 0011111110100010110100100011111100111111001111110011111101101110011011110100001001000110 | 3fa2d23f3f3f3f6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)