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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 鳥?潔\ | 100100101011100100111111100011001000100101011100 | 92b93f8c895c |
EUC-JP | 鳥?潔\ | 110001001011101100111111101101111110100101011100 | c4bb3fb7e95c |
UTF-8 | 鳥흗潔\ | 11101001101100111010010111101101100111011001011111100110101111011001010001011100 | e9b3a5ed9d97e6bd945c |
UHC | 鳥흗潔\ | 11110000111010001100100011101001110011001011111001011100 | f0e8c8e9ccbe5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)