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 | ???W???W^ | 001111110011111100111111010101110011111100111111001111110101011101011110 | 3f3f3f573f3f3f575e |
SJIS-WIN | ???W???W^ | 001111110011111100111111010101110011111100111111001111110101011101011110 | 3f3f3f573f3f3f575e |
EUC-JP | ???W???W^ | 001111110011111100111111010101110011111100111111001111110101011101011110 | 3f3f3f573f3f3f575e |
UTF-8 | 창짭창W창짭창W^ | 111011001011000010111101111011001010011110101101111011001011000010111101010101111110110010110000101111011110110010100111101011011110110010110000101111010101011101011110 | ecb0bdeca7adecb0bd57ecb0bdeca7adecb0bd575e |
UHC | 창짭창W창짭창W^ | 110000111010001011000010101011001100001110100010010101111100001110100010110000101010110011000011101000100101011101011110 | c3a2c2acc3a257c3a2c2acc3a2575e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)