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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 訊??訊??B | 100100000111010100111111001111111001000001110101001111110011111101000010 | 90753f3f90753f3f42 |
| EUC-JP | 訊??訊??B | 101111111101011000111111001111111011111111010110001111110011111101000010 | bfd63f3fbfd63f3f42 |
| UTF-8 | 訊덊뢎訊덊뢎B | 11101000101010001000101011101011100011011000101011101011101000101000111011101000101010001000101011101011100011011000101011101011101000101000111001000010 | e8a88aeb8d8aeba28ee8a88aeb8d8aeba28e42 |
| UHC | 訊덊뢎訊덊뢎B | 11100011111100101000100011101101100011110100100111100011111100101000100011101101100011110100100101000010 | e3f288ed8f49e3f288ed8f4942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)