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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 槨溷 | 10011110110110001001111111100101 | 9ed89fe5 |
EUC-JP | 槨溷 | 11011100110110101101111011100111 | dcdadee7 |
UTF-8 | 槨溷 | 111001101010011110101000111001101011101010110111 | e6a7a8e6bab7 |
UHC | 槨? | 110011101010101000111111 | ceaa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)