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 | ?I???O^ | 00111111010010010011111100111111001111110100111101011110 | 3f493f3f3f4f5e |
SJIS-WIN | ?I???O^ | 00111111010010010011111100111111001111110100111101011110 | 3f493f3f3f4f5e |
EUC-JP | ?I???O^ | 00111111010010010011111100111111001111110100111101011110 | 3f493f3f3f4f5e |
UTF-8 | 책I혦챠혧O^ | 111011001011000110000101010010011110110110011000101001101110110010110001101000001110110110011000101001110100111101011110 | ecb18549ed98a6ecb1a0ed98a74f5e |
UHC | 책I혦챠혧O^ | 1100001110100101010010011100001010001110110000111010110111000010100011110100111101011110 | c3a549c28ec3adc28f4f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)