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 | îí³¼ä | 11101110111011011000111010110011100011111011110011100100 | eeed8eb38fbce4 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | îí????ä | 10001111101010111100001010001111101010111011111100111111001111110011111100111111100011111010101110100011 | 8fabc28fabbf3f3f3f3f8faba3 |
UTF-8 | îí³¼ä | 1100001110101110110000111010110111000010100011101100001010110011110000101000111111000010101111001100001110100100 | c3aec3adc28ec2b3c28fc2bcc3a4 |
UHC | ???³?¼? | 001111110011111100111111101010011111100000111111101010001111100100111111 | 3f3f3fa9f83fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)