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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 譏畷裟] | 11100110100110001001001111101011100011011011111001011101 | e69893eb8dbe5d |
EUC-JP | 譏畷裟] | 11101011111110001100011011101101101110101100000001011101 | ebf8c6edbac05d |
UTF-8 | 譏畷裟] | 11101000101011011000111111100111100101011011011111101000101000111001111101011101 | e8ad8fe795b7e8a39f5d |
UHC | 譏?裟] | 110100011100000100111111110111101111000001011101 | d1c13fdef05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)