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 | ?j???^ | 001111110110101000111111001111110011111101011110 | 3f6a3f3f3f5e |
| SJIS-WIN | ?j???^ | 001111110110101000111111001111110011111101011110 | 3f6a3f3f3f5e |
| EUC-JP | ?j???^ | 001111110110101000111111001111110011111101011110 | 3f6a3f3f3f5e |
| UTF-8 | 혡j혣채혮^ | 1110110110011000101000010110101011101101100110001010001111101100101100011000010011101101100110001010111001011110 | ed98a16aed98a3ecb184ed98ae5e |
| UHC | 혡j혣채혮^ | 11000010100010100110101011000010100011001100001110100100110000101001010101011110 | c28a6ac28cc3a4c2955e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)