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 | 10010110011010110100011101000010 | 966b4742 |
EUC-JP | 北GB | 11001011110011000100011101000010 | cbcc4742 |
UTF-8 | 北GB | 1110010110001100100101110100011101000010 | e58c974742 |
UHC | 北GB | 11011101110000010100011101000010 | ddc14742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)