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 | 11100110111101101000001010001100100010010100011101000010 | e6f6828c894742 |
SJIS-WIN | ?????GB | 00111111001111110011111100111111001111110100011101000010 | 3f3f3f3f3f4742 |
EUC-JP | æö???GB | 1000111110101001110000011000111110101011110100110011111100111111001111110100011101000010 | 8fa9c18fabd33f3f3f4742 |
UTF-8 | æöGB | 110000111010011011000011101101101100001010000010110000101000110011000010100010010100011101000010 | c3a6c3b6c282c28cc2894742 |
UHC | æ????GB | 1010100110100001001111110011111100111111001111110100011101000010 | a9a13f3f3f3f4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)