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 | ä³¥çº | 1110010010110011100010011000011010000001101001011110011110111010 | e4b3898681a5e7ba |
SJIS-WIN | ?????¥?? | 001111110011111100111111001111110011111110000001100011110011111100111111 | 3f3f3f3f3f818f3f3f |
EUC-JP | ä?????çº | 1000111110101011101000110011111100111111001111110011111100111111100011111010101110101110100011111010001011101011 | 8faba33f3f3f3f3f8fabae8fa2eb |
UTF-8 | ä³¥çº | 11000011101001001100001010110011110000101000100111000010100001101100001010000001110000101010010111000011101001111100001010111010 | c3a4c2b3c289c286c281c2a5c3a7c2ba |
UHC | ?³?????º | 00111111101010011111100000111111001111110011111100111111001111111010100010101100 | 3fa9f83f3f3f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)