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^ | 111110111010011110100001010001001111101110100111101000010100010001011110 | fba7a144fba7a1445e |
EUC-JP | 誾。D誾。D^ | 10001111110111101010010010001110101000010100010010001111110111101010010010001110101000010100010001011110 | 8fdea48ea1448fdea48ea1445e |
UTF-8 | 誾。D誾。D^ | 111010001010101010111110111011111011110110100001010001001110100010101010101111101110111110111101101000010100010001011110 | e8aabeefbda144e8aabeefbda1445e |
UHC | 誾?D誾?D^ | 111010111101110100111111010001001110101111011101001111110100010001011110 | ebdd3f44ebdd3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)