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 | ¥¥Ë | 101001011010010111001011 | a5a5cb |
SJIS-WIN | ¥¥? | 1000000110001111100000011000111100111111 | 818f818f3f |
EUC-JP | ??Ë | 0011111100111111100011111010101010110011 | 3f3f8faab3 |
UTF-8 | ¥¥Ë | 110000101010010111000010101001011100001110001011 | c2a5c2a5c38b |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)