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 | ?WD?WD^ | 00111111010101110100010000111111010101110100010001011110 | 3f57443f57445e |
SJIS-WIN | 雨WD雨WD^ | 100010010100101001010111010001001000100101001010010101110100010001011110 | 894a5744894a57445e |
EUC-JP | 雨WD雨WD^ | 101100011010101101010111010001001011000110101011010101110100010001011110 | b1ab5744b1ab57445e |
UTF-8 | 雨WD雨WD^ | 1110100110011011101010000101011101000100111010011001101110101000010101110100010001011110 | e99ba85744e99ba857445e |
UHC | 雨WD雨WD^ | 111010011110101101010111010001001110100111101011010101110100010001011110 | e9eb5744e9eb57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)