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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 譴難 | 11100110101000101001001111101111 | e6a293ef |
EUC-JP | 譴難 | 11101100101001001100011011110001 | eca4c6f1 |
UTF-8 | 譴難 | 111010001010110110110100111010011001101110100011 | e8adb4e99ba3 |
UHC | 譴難 | 11001100101110011101000111110001 | ccb9d1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)