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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 臟?臟?B | 11100100011001100011111111100100011001100011111101000010 | e4663fe4663f42 |
| EUC-JP | 臟?臟?B | 11100111110001110011111111100111110001110011111101000010 | e7c73fe7c73f42 |
| UTF-8 | 臟뢑臟뢑B | 11101000100001111001111111101011101000101001000111101000100001111001111111101011101000101001000101000010 | e8879feba291e8879feba29142 |
| UHC | 臟뢑臟뢑B | 111011011111010010001111010011001110110111110100100011110100110001000010 | edf48f4cedf48f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)