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 | JWJWB | 100100100100101010010010010101111001001001001010100100100101011101000010 | 924a9257924a925742 |
SJIS-WIN | ?J?W?J?WB | 001111110100101000111111010101110011111101001010001111110101011101000010 | 3f4a3f573f4a3f5742 |
EUC-JP | ?J?W?J?WB | 001111110100101000111111010101110011111101001010001111110101011101000010 | 3f4a3f573f4a3f5742 |
UTF-8 | JWJWB | 11000010100100100100101011000010100100100101011111000010100100100100101011000010100100100101011101000010 | c2924ac29257c2924ac2925742 |
UHC | ?J?W?J?WB | 001111110100101000111111010101110011111101001010001111110101011101000010 | 3f4a3f573f4a3f5742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)