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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 貂ヲD貂ヲD^ | 111001101011100010100110010001001110011010111000101001100100010001011110 | e6b8a644e6b8a6445e |
EUC-JP | 貂ヲD貂ヲD^ | 1110110010111010100011101010011001000100111011001011101010001110101001100100010001011110 | ecba8ea644ecba8ea6445e |
UTF-8 | 貂ヲD貂ヲD^ | 111010001011001010000010111011111011110110100110010001001110100010110010100000101110111110111101101001100100010001011110 | e8b282efbda644e8b282efbda6445e |
UHC | 貂?D貂?D^ | 111101011011000000111111010001001111010110110000001111110100010001011110 | f5b03f44f5b03f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)