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^ | 111001101001100010111011010001001110011010011000101110110100010001011110 | e698bb44e698bb445e |
EUC-JP | 譏サD譏サD^ | 1110101111111000100011101011101101000100111010111111100010001110101110110100010001011110 | ebf88ebb44ebf88ebb445e |
UTF-8 | 譏サD譏サD^ | 111010001010110110001111111011111011110110111011010001001110100010101101100011111110111110111101101110110100010001011110 | e8ad8fefbdbb44e8ad8fefbdbb445e |
UHC | 譏?D譏?D^ | 110100011100000100111111010001001101000111000001001111110100010001011110 | d1c13f44d1c13f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)