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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | 薪??O | 1001000001100100001111110011111101001111 | 90643f3f4f |
| EUC-JP | 薪??O | 1011111111000101001111110011111101001111 | bfc53f3f4f |
| UTF-8 | 薪릯뢇O | 11101000100101101010101011101011101001101010111111101011101000101000011101001111 | e896aaeba6afeba2874f |
| UHC | 薪릯뢇O | 11100011111011111001000010001111100011110100001101001111 | e3ef908f8f434f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)