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 | 楫] | 100111101011010101011101 | 9eb55d |
EUC-JP | 楫] | 110111001011011101011101 | dcb75d |
UTF-8 | 楫] | 11100110101001011010101101011101 | e6a5ab5d |
UHC | 楫] | 111100011110111101011101 | f1ef5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)