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 | LLW}LLW{^ | 10010010010011001001001001001100010101110111110110010010010011001001001001001100010101110111101101011110 | 924c924c577d924c924c577b5e |
SJIS-WIN | ?L?LW}?L?LW{^ | 00111111010011000011111101001100010101110111110100111111010011000011111101001100010101110111101101011110 | 3f4c3f4c577d3f4c3f4c577b5e |
EUC-JP | ?L?LW}?L?LW{^ | 00111111010011000011111101001100010101110111110100111111010011000011111101001100010101110111101101011110 | 3f4c3f4c577d3f4c3f4c577b5e |
UTF-8 | LLW}LLW{^ | 1100001010010010010011001100001010010010010011000101011101111101110000101001001001001100110000101001001001001100010101110111101101011110 | c2924cc2924c577dc2924cc2924c577b5e |
UHC | ?L?LW}?L?LW{^ | 00111111010011000011111101001100010101110111110100111111010011000011111101001100010101110111101101011110 | 3f4c3f4c577d3f4c3f4c577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)