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 | »ÐÆð | 1000111110111011110100001100011011110000 | 8fbbd0c6f0 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???Æð | 001111110011111100111111100011111010100110100001100011111010100111000011 | 3f3f3f8fa9a18fa9c3 |
UTF-8 | »ÐÆð | 11000010100011111100001010111011110000111001000011000011100001101100001110110000 | c28fc2bbc390c386c3b0 |
UHC | ??ÐÆð | 0011111100111111101010001010001010101000101000011010100110100011 | 3f3fa8a2a8a1a9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)