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??^ | 0011111101010111001111110011111101011110 | 3f573f3f5e |
SJIS-WIN | ?W??^ | 0011111101010111001111110011111101011110 | 3f573f3f5e |
EUC-JP | ?W??^ | 0011111101010111001111110011111101011110 | 3f573f3f5e |
UTF-8 | 창W창천^ | 1110110010110000101111010101011111101100101100001011110111101100101100101001110001011110 | ecb0bd57ecb0bdecb29c5e |
UHC | 창W창천^ | 1100001110100010010101111100001110100010110000111011010101011110 | c3a257c3a2c3b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)