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 | ?d?? | 00111111011001000011111100111111 | 3f643f3f |
SJIS-WIN | 叩d但但 | 10010010010000000110010010010010010000011001001001000001 | 92406492419241 |
EUC-JP | 叩d但但 | 11000011101000010110010011000011101000101100001110100010 | c3a164c3a2c3a2 |
UTF-8 | 叩d但但 | 11100101100011111010100101100100111001001011110110000110111001001011110110000110 | e58fa964e4bd86e4bd86 |
UHC | 叩d但但 | 11001101101100000110010011010011101000111101001110100011 | cdb064d3a3d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)