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 | 0011111100111111001111110100011101000010 | 3f3f3f4742 |
SJIS-WIN | ??終GB | 001111110011111110001111010010010100011101000010 | 3f3f8f494742 |
EUC-JP | ??終GB | 001111110011111110111101101010100100011101000010 | 3f3fbdaa4742 |
UTF-8 | 룴점終GB | 1110101110100011101101001110110010100000100100001110011110110101100000100100011101000010 | eba3b4eca090e7b5824742 |
UHC | 룴점終GB | 1000111110101001110000011010000111110000111110110100011101000010 | 8fa9c1a1f0fb4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)