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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 嗽嗽嗽嗽B | 100110100111010110011010011101011001101001110101100110100111010101000010 | 9a759a759a759a7542 |
EUC-JP | 嗽嗽嗽嗽B | 110100111101011011010011110101101101001111010110110100111101011001000010 | d3d6d3d6d3d6d3d642 |
UTF-8 | 嗽嗽嗽嗽B | 11100101100101111011110111100101100101111011110111100101100101111011110111100101100101111011110101000010 | e597bde597bde597bde597bd42 |
UHC | 嗽嗽嗽嗽B | 111000011111010111100001111101011110000111110101111000011111010101000010 | e1f5e1f5e1f5e1f542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)