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 | 11100010011011100011111101000010 | e26e3f42 |
EUC-JP | 穗?B | 11100011110011110011111101000010 | e3cf3f42 |
UTF-8 | 穗曆B | 11100111101010011001011111101111101001101000101101000010 | e7a997efa68b42 |
UHC | 穗曆B | 1110001010110100111001101011011101000010 | e2b4e6b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)