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 | ??????A | 00111111001111110011111100111111001111110011111101000001 | 3f3f3f3f3f3f41 |
| SJIS-WIN | 訝??節??A | 111001100110001000111111001111111001000011011111001111110011111101000001 | e6623f3f90df3f3f41 |
| EUC-JP | 訝??節??A | 111010111100001100111111001111111100000011100001001111110011111101000001 | ebc33f3fc0e13f3f41 |
| UTF-8 | 訝딂릿節쏙푻A | 11101000101010001001110111101011100101001000001011101011101001101011111111100111101011111000000011101100100011111001100111101101100100011011101101000001 | e8a89deb9482eba6bfe7af80ec8f99ed91bb41 |
| UHC | 訝딂릿節쏙푻A | 11100100101110001000101011101000101110001011010011101111101111011011110111101111101111101000011101000001 | e4b88ae8b8b4efbdbdefbe8741 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)