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 | ?????c? | 00111111001111110011111100111111001111110110001100111111 | 3f3f3f3f3f633f |
SJIS-WIN | ?????c? | 00111111001111110011111100111111001111110110001100111111 | 3f3f3f3f3f633f |
EUC-JP | ?????c? | 00111111001111110011111100111111001111110110001100111111 | 3f3f3f3f3f633f |
UTF-8 | 창짭혗횑혦c혨 | 11101100101100001011110111101100101001111010110111101101100110001001011111101101100110101001000111101101100110001010011001100011111011011001100010101000 | ecb0bdeca7aded9897ed9a91ed98a663ed98a8 |
UHC | 창짭혗횑혦c혨 | 11000011101000101100001010101100110000101000001011000011100011001100001010001110011000111100001010010000 | c3a2c2acc282c38cc28e63c290 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)