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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 瓮??押? | 11100001010001000011111100111111100010011001111100111111 | e1443f3f899f3f |
| EUC-JP | 瓮??押? | 11100001101001010011111100111111101100101010000100111111 | e1a53f3fb2a13f |
| UTF-8 | 瓮뗥츍押딟 | 111001111001001110101110111010111001011110100101111011001011100010001101111001101000101010111100111010111001010010011111 | e793aeeb97a5ecb88de68abceb949f |
| UHC | 瓮뗥츍押딟 | 11101000101101111000101111100101101011101000100011100100111000111000101101000010 | e8b78be5ae88e4e38b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)