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 | ???I | 00111111001111110011111101001001 | 3f3f3f49 |
| SJIS-WIN | 懊??I | 1001110011100011001111110011111101001001 | 9ce33f3f49 |
| EUC-JP | 懊??I | 1101100011100101001111110011111101001001 | d8e53f3f49 |
| UTF-8 | 懊볥젡I | 11100110100001111000101011101011101100111010010111101100101000001010000101001001 | e6878aebb3a5eca0a149 |
| UHC | 懊볥젡I | 11100111111110001001001111101011101000001001101001001001 | e7f893eba09a49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)