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 | ¾íÄê³ | 10111110111011011000111111000100111010101000111010110011 | beed8fc4ea8eb3 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?í?Äê?? | 00111111100011111010101110111111001111111000111110101010101000111000111110101011101101000011111100111111 | 3f8fabbf3f8faaa38fabb43f3f |
UTF-8 | ¾íÄê³ | 1100001010111110110000111010110111000010100011111100001110000100110000111010101011000010100011101100001010110011 | c2bec3adc28fc384c3aac28ec2b3 |
UHC | ¾?????³ | 101010001111101000111111001111110011111100111111001111111010100111111000 | a8fa3f3f3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)