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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 衍?] | 10011111101001010011111101011101 | 9fa53f5d |
EUC-JP | 衍?] | 11011110101001110011111101011101 | dea73f5d |
UTF-8 | 衍턖] | 11101000101000011000110111101101100001001001011001011101 | e8a18ded84965d |
UHC | 衍턖] | 1110011011100010101101100101000101011101 | e6e2b6515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)