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 | ?|?? | 00111111011111000011111100111111 | 3f7c3f3f |
SJIS-WIN | 叩|叩続 | 10010010010000000111110010010010010000001001000110110001 | 92407c924091b1 |
EUC-JP | 叩|叩続 | 11000011101000010111110011000011101000011100001010110011 | c3a17cc3a1c2b3 |
UTF-8 | 叩|叩続 | 11100101100011111010100101111100111001011000111110101001111001111011011010011010 | e58fa97ce58fa9e7b69a |
UHC | 叩|叩? | 110011011011000001111100110011011011000000111111 | cdb07ccdb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)