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 | ëâ¥ï¦¥^ | 11101011111000101010010111101111101001101010010101011110 | ebe2a5efa6a55e |
SJIS-WIN | ??¥??¥^ | 001111110011111110000001100011110011111100111111100000011000111101011110 | 3f3f818f3f3f818f5e |
EUC-JP | ëâ?ï¦?^ | 100011111010101110110011100011111010101110100100001111111000111110101011110000011000111110100010110000110011111101011110 | 8fabb38faba43f8fabc18fa2c33f5e |
UTF-8 | ëâ¥ï¦¥^ | 11000011101010111100001110100010110000101010010111000011101011111100001010100110110000101010010101011110 | c3abc3a2c2a5c3afc2a6c2a55e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)