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^ | 1110011111110110100101011001011101000100111001111111011010010101100101110100010001011110 | e7f6959744e7f69597445e |
EUC-JP | 銹風D銹風D^ | 1110111011111000110010011111011101000100111011101111100011001001111101110100010001011110 | eef8c9f744eef8c9f7445e |
UTF-8 | 銹風D銹風D^ | 111010011000101010111001111010011010001010101000010001001110100110001010101110011110100110100010101010000100010001011110 | e98ab9e9a2a844e98ab9e9a2a8445e |
UHC | 銹風D銹風D^ | 1110001011001000111110011010011001000100111000101100100011111001101001100100010001011110 | e2c8f9a644e2c8f9a6445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)