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^ | 001111110011111101010111010001000011111100111111010101110100010001011110 | 3f3f57443f3f57445e |
SJIS-WIN | 貂ヲWD貂ヲWD^ | 1110011010111000101001100101011101000100111001101011100010100110010101110100010001011110 | e6b8a65744e6b8a657445e |
EUC-JP | 貂ヲWD貂ヲWD^ | 11101100101110101000111010100110010101110100010011101100101110101000111010100110010101110100010001011110 | ecba8ea65744ecba8ea657445e |
UTF-8 | 貂ヲWD貂ヲWD^ | 1110100010110010100000101110111110111101101001100101011101000100111010001011001010000010111011111011110110100110010101110100010001011110 | e8b282efbda65744e8b282efbda657445e |
UHC | 貂?WD貂?WD^ | 1111010110110000001111110101011101000100111101011011000000111111010101110100010001011110 | f5b03f5744f5b03f57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)