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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 樟?淨?^ | 10001111101111100011111110011111110001000011111101011110 | 8fbe3f9fc43f5e |
| EUC-JP | 樟?淨?^ | 10111110110000000011111111011110110001100011111101011110 | bec03fdec63f5e |
| UTF-8 | 樟렱淨렍^ | 11100110101010001001111111101011101000001011000111100110101101111010100011101011101000001000110101011110 | e6a89feba0b1e6b7a8eba08d5e |
| UHC | 樟렱淨렍^ | 111011011110100110001110101111101110111111100100100011101010001101011110 | ede98ebeefe48ea35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)