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 | à î[ | 1100001110100000110000111010111001011011 | c3a0c3ae5b |
SJIS-WIN | ????[ | 0011111100111111001111110011111101011011 | 3f3f3f3f5b |
EUC-JP | �î[ | 1000111110101010101010100011111110001111101010101010101010001111101000101110111001011011 | 8faaaa3f8faaaa8fa2ee5b |
UTF-8 | à î[ | 110000111000001111000010101000001100001110000011110000101010111001011011 | c383c2a0c383c2ae5b |
UHC | ???®[ | 001111110011111100111111101000101110011101011011 | 3f3f3fa2e75b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)