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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 召悅滷 | 100011111010001011111010101111011110000001000010 | 8fa2fabde042 |
EUC-JP | 召?滷 | 1011111010100100001111111101111110100011 | bea43fdfa3 |
UTF-8 | 召悅滷 | 111001011000111110101100111001101000001010000101111001101011101110110111 | e58face68285e6bbb7 |
UHC | 召悅? | 1110000110101111111001101110110100111111 | e1afe6ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)