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 | JWDJWD^ | 100010010100101001010111010001001000100101001010010101110100010001011110 | 894a5744894a57445e |
SJIS-WIN | ?JWD?JWD^ | 001111110100101001010111010001000011111101001010010101110100010001011110 | 3f4a57443f4a57445e |
EUC-JP | ?JWD?JWD^ | 001111110100101001010111010001000011111101001010010101110100010001011110 | 3f4a57443f4a57445e |
UTF-8 | JWDJWD^ | 1100001010001001010010100101011101000100110000101000100101001010010101110100010001011110 | c2894a5744c2894a57445e |
UHC | ?JWD?JWD^ | 001111110100101001010111010001000011111101001010010101110100010001011110 | 3f4a57443f4a57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)