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 | 100111010100111000111111001111111001110101001110001111110011111101000010 | 9d4e3f3f9d4e3f3f42 |
| EUC-JP | 扼??扼??B | 110110011010111100111111001111111101100110101111001111110011111101000010 | d9af3f3fd9af3f3f42 |
| UTF-8 | 扼싳옫扼싳옫B | 11100110100010011011110011101100100010111011001111101100100110001010101111100110100010011011110011101100100010111011001111101100100110001010101101000010 | e689bcec8bb3ec98abe689bcec8bb3ec98ab42 |
| UHC | 扼싳옫扼싳옫B | 11100100111110011001101011101100100111101010101011100100111110011001101011101100100111101010101001000010 | e4f99aec9eaae4f99aec9eaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)