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 | ????Q | 0011111100111111001111110011111101010001 | 3f3f3f3f51 |
SJIS-WIN | 豸群蜥、Q | 1110011010110110100011000101000111100101100100101010010001010001 | e6b68c51e592a451 |
EUC-JP | 豸群蜥、Q | 111011001011100010110111101100101110100111110010100011101010010001010001 | ecb8b7b2e9f28ea451 |
UTF-8 | 豸群蜥、Q | 11101000101100011011100011100111101111101010010011101000100111001010010111101111101111011010010001010001 | e8b1b8e7bea4e89ca5efbda451 |
UHC | ?群??Q | 001111111100111111011000001111110011111101010001 | 3fcfd83f3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)