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 | 111001101001101000111111111001111000000001000010 | e69a3fe78042 |
| EUC-JP | 證?轢B | 111010111111101000111111111011011110000001000010 | ebfa3fede042 |
| UTF-8 | 證陋轢B | 11101000101011011000100111101111101001011001000111101000101111011010001001000010 | e8ad89efa591e8bda242 |
| UHC | 證陋轢B | 11110001111110111101001011101011110101011111100101000010 | f1fbd2ebd5f942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)