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 | 1110100010110000101101111110100010110100100010001110010111111010100111110100011101000010 | e8b0b7e8b488e5fa9f4742 |
EUC-JP | 隹キ雍亥夋GB | 11110000101100101000111010110111111100001011011010110000111001111000111110111000111000010100011101000010 | f0b28eb7f0b6b0e78fb8e14742 |
UTF-8 | 隹キ雍亥夋GB | 1110100110011010101110011110111110111101101101111110100110011011100011011110010010111010101001011110010110100100100010110100011101000010 | e99ab9efbdb7e99b8de4baa5e5a48b4742 |
UHC | ??雍亥?GB | 001111110011111111101000101111001111101010100100001111110100011101000010 | 3f3fe8bcfaa43f4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)