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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豈畷響?豺 | 111001101010111110010011111010111000101110111111001111111110011010110111 | e6af93eb8bbf3fe6b7 |
EUC-JP | 豈畷響宼豺 | 1110110010110001110001101110110110110110110000011000111110111010110110101110110010111001 | ecb1c6edb6c18fbadaecb9 |
UTF-8 | 豈畷響宼豺 | 111010001011000110001000111001111001010110110111111010011001111110111111111001011010111010111100111010001011000110111010 | e8b188e795b7e99fbfe5aebce8b1ba |
UHC | 豈?響?豺 | 1101000111000010001111111111101011000010001111111110001111001111 | d1c23ffac23fe3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)