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?? | 0011111100111111001111110011111100111111011000110011111100111111 | 3f3f3f3f3f633f3f |
SJIS-WIN | ?????c?? | 0011111100111111001111110011111100111111011000110011111100111111 | 3f3f3f3f3f633f3f |
EUC-JP | ?????c?? | 0011111100111111001111110011111100111111011000110011111100111111 | 3f3f3f3f3f633f3f |
UTF-8 | 창짭혗횑혦c혨혚 | 11101100101100001011110111101100101001111010110111101101100110001001011111101101100110101001000111101101100110001010011001100011111011011001100010101000111011011001100010011010 | ecb0bdeca7aded9897ed9a91ed98a663ed98a8ed989a |
UHC | 창짭혗횑혦c혨혚 | 110000111010001011000010101011001100001010000010110000111000110011000010100011100110001111000010100100001100001010000101 | c3a2c2acc282c38cc28e63c290c285 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)