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^ | 1110011111110110100100110110101101000100111001111111011010010011011010110100010001011110 | e7f6936b44e7f6936b445e |
EUC-JP | 銹徒D銹徒D^ | 1110111011111000110001011100110001000100111011101111100011000101110011000100010001011110 | eef8c5cc44eef8c5cc445e |
UTF-8 | 銹徒D銹徒D^ | 111010011000101010111001111001011011111010010010010001001110100110001010101110011110010110111110100100100100010001011110 | e98ab9e5be9244e98ab9e5be92445e |
UHC | 銹徒D銹徒D^ | 1110001011001000110100111111100101000100111000101100100011010011111110010100010001011110 | e2c8d3f944e2c8d3f9445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)