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 | 001111110011111100111111001111110011111101000001 | 3f3f3f3f3f41 |
| SJIS-WIN | 彗??形?A | 1001110001100001001111110011111110001100011000000011111101000001 | 9c613f3f8c603f41 |
| EUC-JP | 彗??形?A | 1101011111000010001111110011111110110111110000010011111101000001 | d7c23f3fb7c13f41 |
| UTF-8 | 彗뚲궙形텯A | 11100101101111011001011111101011100110101011001011101010101101101001100111100101101111011010001011101101100001011010111101000001 | e5bd97eb9ab2eab699e5bda2ed85af41 |
| UHC | 彗뚲궙形텯A | 1111101110110010100011001110111010000010101011101111101110100001101101110100001001000001 | fbb28cee82aefba1b74241 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)