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 | 1001000110110110001111110011111101000010 | 91b63f3f42 |
| EUC-JP | 存??B | 1100001010111000001111110011111101000010 | c2b83f3f42 |
| UTF-8 | 存흙뱐B | 11100101101011011001100011101101100111011001100111101011101100011001000001000010 | e5ad98ed9d99ebb19042 |
| UHC | 存흙뱐B | 11110000111011011100100011101011101110011111010001000010 | f0edc8ebb9f442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)