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^ | 1110001011000001111101101100111001000100111000101100000111110110110011100100010001011110 | e2c1f6ce44e2c1f6ce445e |
EUC-JP | 簔?D簔?D^ | 111001001100001100111111010001001110010011000011001111110100010001011110 | e4c33f44e4c33f445e |
UTF-8 | 簔D簔D^ | 111001111011000010010100111011101001001110110101010001001110011110110000100101001110111010010011101101010100010001011110 | e7b094ee93b544e7b094ee93b5445e |
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)