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 | 111001000110011010010110010110111110010001100110100101100101101101000010 | e466965be466965b42 |
| EUC-JP | 臟房臟房B | 111001111100011111001011101111001110011111000111110010111011110001000010 | e7c7cbbce7c7cbbc42 |
| UTF-8 | 臟房臟房B | 11101000100001111001111111100110100010001011111111101000100001111001111111100110100010001011111101000010 | e8879fe688bfe8879fe688bf42 |
| UHC | 臟房臟房B | 111011011111010011011011101011101110110111110100110110111010111001000010 | edf4dbaeedf4dbae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)