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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 蹂キB | 11100110111110001011011101000010 | e6f8b742 |
EUC-JP | 蹂キB | 1110110011111010100011101011011101000010 | ecfa8eb742 |
UTF-8 | 蹂キB | 11101000101110011000001011101111101111011011011101000010 | e8b982efbdb742 |
UHC | 蹂?B | 11101011101100110011111101000010 | ebb33f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)