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 | 00111111001111110011111100111111001111110100011101000010 | 3f3f3f3f3f4742 |
SJIS-WIN | ???畔衛GB | 001111110011111100111111100101001100100010001001011100010100011101000010 | 3f3f3f94c889714742 |
EUC-JP | ???畔衛GB | 001111110011111100111111110010001100101010110001110100100100011101000010 | 3f3f3fc8cab1d24742 |
UTF-8 | 롙롘뤾畔衛GB | 1110101110100001100110011110101110100001100110001110101110100100101111101110011110010101100101001110100010100001100110110100011101000010 | eba199eba198eba4bee79594e8a19b4742 |
UHC | 롙롘뤾畔衛GB | 100011101101110110001110110111001000111111101010110110101110110111101010110110110100011101000010 | 8edd8edc8feadaedeadb4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)