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 | 001111110011111100111111001111110100011101000010 | 3f3f3f3f4742 |
SJIS-WIN | ????GB | 001111110011111100111111001111110100011101000010 | 3f3f3f3f4742 |
EUC-JP | ????GB | 001111110011111100111111001111110100011101000010 | 3f3f3f3f4742 |
UTF-8 | 셍렪렼섶GB | 1110110010000101100011011110101110100000101010101110101110100000101111001110110010000100101101100100011101000010 | ec858deba0aaeba0bcec84b64742 |
UHC | 셍렪렼섶GB | 10111100110001001000111010111000100011101100010010111100101110110100011101000010 | bcc48eb88ec4bcbb4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)