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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 池?云賣 | 10010010011100100011111110001001010111011110011011001100 | 92723f895de6cc |
EUC-JP | 池?云賣 | 11000011110100110011111110110001101111101110110011001110 | c3d33fb1beecce |
UTF-8 | 池렋云賣 | 111001101011000110100000111010111010000010001011111001001011101010010001111010001011001110100011 | e6b1a0eba08be4ba91e8b3a3 |
UHC | 池렋云賣 | 1111001010101110100011101010001011101001111101101101100011100011 | f2ae8ea2e9f6d8e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)