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 | °Ä\ | 101100001100010001011100 | b0c45c |
SJIS-WIN | °?\ | 10000001100010110011111101011100 | 818b3f5c |
EUC-JP | °Ä\ | 101000011110101110001111101010101010001101011100 | a1eb8faaa35c |
UTF-8 | °Ä\ | 1100001010110000110000111000010001011100 | c2b0c3845c |
UHC | °?\ | 10100001110001100011111101011100 | a1c63f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)