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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 叩但h叩但 | 100100100100000010010010010000010110100010010010010000001001001001000001 | 924092416892409241 |
EUC-JP | 叩但h叩但 | 110000111010000111000011101000100110100011000011101000011100001110100010 | c3a1c3a268c3a1c3a2 |
UTF-8 | 叩但h叩但 | 11100101100011111010100111100100101111011000011001101000111001011000111110101001111001001011110110000110 | e58fa9e4bd8668e58fa9e4bd86 |
UHC | 叩但h叩但 | 110011011011000011010011101000110110100011001101101100001101001110100011 | cdb0d3a368cdb0d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)