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 | 11100101100111001000101111100101100111001000101101000010 | e59c8be59c8b42 |
| EUC-JP | 蝨句恚B | 11101001111111001011011011100111110101111110101101000010 | e9fcb6e7d7eb42 |
| UTF-8 | 蝨句恚B | 11101000100111011010100011100101100011111010010111100110100000011001101001000010 | e89da8e58fa5e6819a42 |
| UHC | 蝨句?B | 111000111010010011001111101000110011111101000010 | e3a4cfa33f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)