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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | 聟v | 1111001011110000111000111101101101110110 | f2f0e3db76 |
EUC-JP | ?聟v | 00111111111001101101110101110110 | 3fe6dd76 |
UTF-8 | 聟v | 11101110100010001010011111101000100000011001111101110110 | ee88a7e8819f76 |
UHC | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)