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 | 1000110011100101001111110011111101000010 | 8ce53f3f42 |
| EUC-JP | 悟??B | 1011100011100111001111110011111101000010 | b8e73f3f42 |
| UTF-8 | 悟쀨삒B | 11100110100000101001111111101100100000001010100011101100100000101001001001000010 | e6829fec80a8ec829242 |
| UHC | 悟쀨삒B | 11100111111101101001011111101000100110001001011101000010 | e7f697e8989742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)