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 | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 終?轢B | 100011110100100100111111111001111000000001000010 | 8f493fe78042 |
| EUC-JP | 終?轢B | 101111011010101000111111111011011110000001000010 | bdaa3fede042 |
| UTF-8 | 終陋轢B | 11100111101101011000001011101111101001011001000111101000101111011010001001000010 | e7b582efa591e8bda242 |
| UHC | 終陋轢B | 11110000111110111101001011101011110101011111100101000010 | f0fbd2ebd5f942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)