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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 蹂エo | 11100110111110001011010001101111 | e6f8b46f |
EUC-JP | 蹂エo | 1110110011111010100011101011010001101111 | ecfa8eb46f |
UTF-8 | 蹂エo | 11101000101110011000001011101111101111011011010001101111 | e8b982efbdb46f |
UHC | 蹂?o | 11101011101100110011111101101111 | ebb33f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)