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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 乗醋^ | 10001111111001101111100011111011111001111100101001011110 | 8fe6f8fbe7ca5e |
EUC-JP | 乗?醋^ | 101111101110100000111111111011101100110001011110 | bee83feecc5e |
UTF-8 | 乗醋^ | 11100100101110011001011111101110100110101001101011101001100001101000101101011110 | e4b997ee9a9ae9868b5e |
UHC | ??醋^ | 0011111100111111111101011011001101011110 | 3f3ff5b35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)