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 | 111000001010000000111111100101111010000101000010 | e0a03f97a142 |
| EUC-JP | 燿?裡B | 111000001010001000111111110011101010001101000010 | e0a23fcea342 |
| UTF-8 | 燿띄裡B | 11100111100001111011111111101011100111011000010011101000101000111010000101000010 | e787bfeb9d84e8a3a142 |
| UHC | 燿띄裡B | 11101000111111001011011011100111110101111110101101000010 | e8fcb6e7d7eb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)