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 | 11100100101010001000100110001111100011110100011101000010 | e4a8898f8f4742 |
SJIS-WIN | ?¨???GB | 0011111110000001010011100011111100111111001111110100011101000010 | 3f814e3f3f3f4742 |
EUC-JP | �??GB | 10001111101010111010001110100001101011110011111100111111001111110100011101000010 | 8faba3a1af3f3f3f4742 |
UTF-8 | ä¨GB | 110000111010010011000010101010001100001010001001110000101000111111000010100011110100011101000010 | c3a4c2a8c289c28fc28f4742 |
UHC | ?¨???GB | 0011111110100001101001110011111100111111001111110100011101000010 | 3fa1a73f3f3f4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)