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^ | 111110110100100010100001010001001111101101001000101000010100010001011110 | fb48a144fb48a1445e |
EUC-JP | 渧。D渧。D^ | 10001111110001111110101110001110101000010100010010001111110001111110101110001110101000010100010001011110 | 8fc7eb8ea1448fc7eb8ea1445e |
UTF-8 | 渧。D渧。D^ | 111001101011100010100111111011111011110110100001010001001110011010111000101001111110111110111101101000010100010001011110 | e6b8a7efbda144e6b8a7efbda1445e |
UHC | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)