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^ | 111010001001000010100010010001001110100010010000101000100100010001011110 | e890a244e890a2445e |
EUC-JP | 關「D關「D^ | 1110111111110000100011101010001001000100111011111111000010001110101000100100010001011110 | eff08ea244eff08ea2445e |
UTF-8 | 關「D關「D^ | 111010011001011110011100111011111011110110100010010001001110100110010111100111001110111110111101101000100100010001011110 | e9979cefbda244e9979cefbda2445e |
UHC | 關?D關?D^ | 110011101011110000111111010001001100111010111100001111110100010001011110 | cebc3f44cebc3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)