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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 懌洟鑄 | 100111001110001010011111101001001110100001101000 | 9ce29fa4e868 |
EUC-JP | 懌洟鑄 | 110110001110010011011110101001101110111111001001 | d8e4dea6efc9 |
UTF-8 | 懌洟鑄 | 111001101000011110001100111001101011010010011111111010011001000110000100 | e6878ce6b49fe99184 |
UHC | ??鑄 | 00111111001111111111000111010001 | 3f3ff1d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)