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^ | 111001101110011010111011010001001110011011100110101110110100010001011110 | e6e6bb44e6e6bb445e |
EUC-JP | 跏サD跏サD^ | 1110110011101000100011101011101101000100111011001110100010001110101110110100010001011110 | ece88ebb44ece88ebb445e |
UTF-8 | 跏サD跏サD^ | 111010001011011110001111111011111011110110111011010001001110100010110111100011111110111110111101101110110100010001011110 | e8b78fefbdbb44e8b78fefbdbb445e |
UHC | 跏?D跏?D^ | 110010101011101000111111010001001100101010111010001111110100010001011110 | caba3f44caba3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)