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^ | 111011001011000010111101111011011001100010111011111011001011000010111101010101111110110010110000101111011110110110011000101110111110110010110000101111010101011101011110 | ecb0bded98bbecb0bd57ecb0bded98bbecb0bd575e |
UHC | 창혻창W창혻창W^ | 110000111010001011000010101000001100001110100010010101111100001110100010110000101010000011000011101000100101011101011110 | c3a2c2a0c3a257c3a2c2a0c3a2575e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)