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???NB | 001111110011111100111111010101110011111100111111001111110100111001000010 | 3f3f3f573f3f3f4e42 |
SJIS-WIN | シヲWシヲNB | 1111001011110100101111001010011001010111111100101111010010111100101001100100111001000010 | f2f4bca657f2f4bca64e42 |
EUC-JP | ?シヲW?シヲNB | 00111111100011101011110010001110101001100101011100111111100011101011110010001110101001100100111001000010 | 3f8ebc8ea6573f8ebc8ea64e42 |
UTF-8 | シヲWシヲNB | 111011101000100010101011111011111011110110111100111011111011110110100110010101111110111010001000101010111110111110111101101111001110111110111101101001100100111001000010 | ee88abefbdbcefbda657ee88abefbdbcefbda64e42 |
UHC | ???W???NB | 001111110011111100111111010101110011111100111111001111110100111001000010 | 3f3f3f573f3f3f4e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)