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 | 1110101110110110100110010100011101000010 | ebb6994742 |
SJIS-WIN | ?¶?GB | 001111111000000111110111001111110100011101000010 | 3f81f73f4742 |
EUC-JP | �GB | 1000111110101011101100111010001011111001001111110100011101000010 | 8fabb3a2f93f4742 |
UTF-8 | ë¶GB | 1100001110101011110000101011011011000010100110010100011101000010 | c3abc2b6c2994742 |
UHC | ?¶?GB | 001111111010001011010010001111110100011101000010 | 3fa2d23f4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)