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 | ?] | 0011111101011101 | 3f5d |
SJIS-WIN | 槐] | 100111101100010101011101 | 9ec55d |
EUC-JP | 槐] | 110111001100011101011101 | dcc75d |
UTF-8 | 槐] | 11100110101001111001000001011101 | e6a7905d |
UHC | 槐] | 110011101101100101011101 | ced95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)