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 | ?GB | 001111110100011101000010 | 3f4742 |
SJIS-WIN | 藥GB | 11100101010110100100011101000010 | e55a4742 |
EUC-JP | 藥GB | 11101001101110110100011101000010 | e9bb4742 |
UTF-8 | 藥GB | 1110100010010111101001010100011101000010 | e897a54742 |
UHC | 藥GB | 11100101101101110100011101000010 | e5b74742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)