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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 叩炭h叩 | 10010010010000001001001001011001011010001001001001000000 | 92409259689240 |
EUC-JP | 叩炭h叩 | 11000011101000011100001110111010011010001100001110100001 | c3a1c3ba68c3a1 |
UTF-8 | 叩炭h叩 | 11100101100011111010100111100111100000101010110101101000111001011000111110101001 | e58fa9e782ad68e58fa9 |
UHC | 叩炭h叩 | 11001101101100001111011110101001011010001100110110110000 | cdb0f7a968cdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)