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 | ?m?? | 00111111011011010011111100111111 | 3f6d3f3f |
SJIS-WIN | 叩m脱叩 | 10010010010000000110110110010010010001011001001001000000 | 92406d92459240 |
EUC-JP | 叩m脱叩 | 11000011101000010110110111000011101001101100001110100001 | c3a16dc3a6c3a1 |
UTF-8 | 叩m脱叩 | 11100101100011111010100101101101111010001000010010110001111001011000111110101001 | e58fa96de884b1e58fa9 |
UHC | 叩m?叩 | 110011011011000001101101001111111100110110110000 | cdb06d3fcdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)