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 | 111001010101010100111111100100011110111001000010 | e5553f91ee42 |
| EUC-JP | 藏?宅B | 111010011011011000111111110000101111000001000010 | e9b63fc2f042 |
| UTF-8 | 藏띌宅B | 11101000100101111000111111101011100111011000110011100101101011101000010101000010 | e8978feb9d8ce5ae8542 |
| UHC | 藏띌宅B | 11101101111110101011011011101001110100111110101101000010 | edfab6e9d3eb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)