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 | ?}?? | 00111111011111010011111100111111 | 3f7d3f3f |
SJIS-WIN | 叩}但孫 | 10010010010000000111110110010010010000011001000110110111 | 92407d924191b7 |
EUC-JP | 叩}但孫 | 11000011101000010111110111000011101000101100001010111001 | c3a17dc3a2c2b9 |
UTF-8 | 叩}但孫 | 11100101100011111010100101111101111001001011110110000110111001011010110110101011 | e58fa97de4bd86e5adab |
UHC | 叩}但孫 | 11001101101100000111110111010011101000111110000111011101 | cdb07dd3a3e1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)